- Clone the project
git clone https://github.com/fThAbhishek-Pandey/e-commerse-backend.git
- Move into the directory of download project
cd shopcart-ecommerce
- Installs node modules
npm install
- 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
- turn up server
npm start