Skip to content

mAbadsa/product-app-nodejs

Repository files navigation

product-app-nodejs

Product-app is a small e-commerce app

Technologies 💻

  • Expressjs
  • MongoDB
  • Node.js v12
  • ejs(Embedded JavaScript templates) v2.6

Getting Started 📣

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published