Cloned the following repo to get a base for the project: https://github.com/dyshaev-working/nodejs-nestjs-typescript-sqlite-passport-crud-example.git
Wanted a solid base for an API that can easily run in a container with development environment prepared for further extensions.
Next time might start a more barebones project to get basic functionality working and build on that
Might use basic nodejs http server instead of starting out with a framework.
Example simple Nest.js CRUD application
Node.js, Nest.js, Docker, Sqlite, Typescript, Swagger
- npm install
- docker-compose up -d sqlite
- npm run migrate:up
- docker-compose up -d app
The application will be available at http://localhost:3000/
Swagger documentation will be available at http://localhost:3000/docs/