/eccomerce

An eccomerce app with express, react, mongoDb, express-validator and morgan

Primary LanguageTypeScript

Ecommerce app

How to start that project

  • create and fill the .env file first.

  • after:

# install all dependences
npm i

# start the server

npm run start:dev