A canteen portal built using MERN stack
- cd backend/
- Install the required node modules npm install
- Create an environment file named ".env" and fill out the following:
SECRET=<your_secret_goes_here>
- Start the backend server npm start
- cd frontend/
- Install the required node modules npm install
- Start the frontend server npm start
- The website should now be opened in your browser automatically. If not, visit http://localhost:3000/
Enjoy :)