MERN Ecommerce Backend
This is an example of how to list things you need to use the software and how to install them.
Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.
-
Clone the repo
git clone https://github.com/AnwarHossainSR/mern-course-platform-backend-yt.git
-
Navigate to project folder
cd mern-ecommerce-yt-backend
yarn install or npm install
create a file called config.env in config folder & copy content from config.example.env file
add all credential in config/config.env file
yarn run dev or npm run dev
Go to http://localhost:4000
Happy Coading :smiley: :smiley: