REST API for Angular assessment project.
Covers JWT auth, CRUD, file upload and inter-entity relationships. Features User Profile, Clients and Invoices.
Provides Swagger UI and Insomnia config for API discovery.
Install Docker Desktop.
$ npm i
$ npm run start:prodIt takes several minutes for the first spin, and is quicker with further starts.
Your server is available at http://localhost:3000.
Swagger UI is at http://localhost:3000/swagger.
Insomnia config is here.