Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 555 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 555 Bytes

canteen-portal

A canteen portal built using MERN stack

Installing

Backend

  1. cd backend/
  2. Install the required node modules npm install
  3. Create an environment file named ".env" and fill out the following:
SECRET=<your_secret_goes_here>
  1. Start the backend server npm start

Frontend

  1. cd frontend/
  2. Install the required node modules npm install
  3. Start the frontend server npm start
  4. The website should now be opened in your browser automatically. If not, visit http://localhost:3000/

Enjoy :)