Skip to content

PramodRaoB/canteen-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

A canteen portal built using MERN stack

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages