This is MERN start project and was created for demo purpose.

Deployment of Backend (Express) : Runs on localhost:5000

       $ cd backend
       $ npm install
       $ nodemon server

Deployment of UI (React) : Runs on localhost:3000

       $ yarn
       $ yarn start