Project Setup instruction

  1. Clone the project
 git clone https://github.com/fThAbhishek-Pandey/e-commerse-backend.git
 
  1. Move into the directory of download project
  cd shopcart-ecommerce
  1. Installs node modules
npm install
  1. Create a new '.env' file in the root directory of the project (you can using 'vim .env') and then add the following environment variables to the '.env' file
  PORT = value_of_the_socket_port

  1. turn up server
  npm start