A progressive Node.js framework for building efficient and scalable server-side applications.
Created using Nest framework.
The first backend version, configured to run on port in DEV mode on localhost
on port 8080
.
Run with:
cp .env.example.development .env # OR prod
npm install
# then
npm run start
# OR
npm run start:dev
Also don't forget, when committing something that needs to go in the cloud to always prepare the files for the container ( Dockerfile
), therefore always do:
npm run build
Contact the repository owners.