This is a ecommerce project with role-based authentication; The tech stack is: MongoDb + mongoose, React hooks/Redux in Front end; TypeScript everywhere.
You can also find .env file in the root folder, I keep it in Github to ease the start of the project. The less starting configuration the better. In order to create & use your own database access the folowing link. Make sure you changed MONGO_URI then.
$ npm install
# development
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.