Nest Logo

Description

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.

Installation

$ npm install

Running the app

# development
$ npm run start:dev

# production mode
$ npm run start:prod

License

Nest is MIT licensed.