git clone https://github.com/codersgyan/ecommerce-rest-apis-node.git
After cloning/downloading the source code, change directory to project folder ( project root folder ).
Run following command:
npm install
This command will install all the required dependancies.
Create a new file called .env
.
Copy all the content from .env.example
and paste it into .env
Change DB_URL to yours db url.
npm run dev
Congratulations 🎊🎉