- Have installed Docker and Docker-Compose on the machine
- Run
npm i
command - Run
docker-compose up -d
- Run
npm run dev
for development version ornpm run start
for production version
Access http://localhost:3000/api-docs
A CRUD application for everyday tasks, allowing you to register, list, search specifically, edit and delete.
TypeScript