This is a ecommerce project with role-based authentication; The tech stack is: Nestjs, MongoDb + mongoose, React hooks/Redux in Front end; TypeScript everywhere.
You can also find .env-example file in the root folder. If you need help configuring database please access the folowing link. Make sure you changed MONGO_URI then to your own.
The application is still in developing, I'll add link to React project for frontend down bellow ASAP.
Feel free to fork or create an issue.
$ npm install
# development
$ npm run start:dev
# production mode
$ npm run start:prod
Nest is MIT licensed.