A progressive Node.js framework for building efficient and scalable server-side applications.
Nest framework TypeScript starter repository.
pn install
Complete your env files as stated in .env.example files.
Complete your config module as stated here.
Update docker-compose.yml to reflect your config changes.
Start docker containers with : pn docker:dev
Run migrations : pn migrate:dev
Start the development server : pn dev
Run migration on the test db: pn migrate:test
Before running any test script, make sure to start the server in test mode : pn dev:test
You can now run any test script in package.json
No production environnement is available yet.
Nest is MIT licensed.