Product-app is a small e-commerce app
- Expressjs
- MongoDB
- Node.js v12
- ejs(Embedded JavaScript templates) v2.6
1. You can start by cloning the repository on your local machine by running:
git clone https://github.com/mAbadsa/product-app-nodejs.git
cd product-app-nodejs
2. Create config.env file:
MONGODB_URI=<MONGODB_URI>
API_KEY=<nodemailer-sendgrid-transport-API_KEY>
3. Install all of the dependencies:
npm ci
4. Run app:
npm run start-server
and you can run as developer by using nodemon by run this command
nodemon start