Skip to content

AnwarHossainSR/mern-course-platform-backend-yt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

MERN Ecommerce Backend

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

Installation

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.

  1. Clone the repo

    git clone https://github.com/AnwarHossainSR/mern-course-platform-backend-yt.git
  2. 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: