Project Setup Instructions

  1. Clone the project
git clone https://github.com/singhsanket143/ShopCart-Ecommerce-Backend.git
  1. Move into the directory of the downloaded project
cd ShopCart-Ecommerce-Backend
  1. Install node_modules
npm install
  1. Create a new .env file in the root directory of the project (you can do it using vim .env) and then add the following environment variables to the .env file
PORT=value_of_the_socket_port
  1. Turn up the server
npm start