MERN Template with Material Bootstrap added

Running on your System

  1. Clone/Download the template
  2. Run following commands in frontend directory(use 'cd frontend' in terminal to navigate)
  • npm i
  • npm start
  1. Run following commands in backend directory(use 'cd backend' in terminal to navigate)
  • npm i
  • npm run dev
  1. Change the MongoDB Url in backend/config file