Skip to content

Alvigha is a user friendly restaurant website created using MERN stack, where a user can easily reserve a table at the restaurant and order some delicious food from their home.

Notifications You must be signed in to change notification settings

aqibaltaf/Restaurant-WebApplication-MERN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

User Guide - How To Use

Desi FOOD

Backend

Modules Requirement?

Open Terminal (cmd)
cd YourProjectFolderName
Enter: npm install

Database Requirement?

Now, Search Mongo Atlas on Google and create an account.
Once you are logged in there follow these steps:
1. Go to Database access and set up your Database username and password.
2. Go to Network access and type 0.0.0.0/0 or Allow access from anywhere and click confirm.
3. Go to Database under Depolyment tab, Click connect --> Connect your application ---> copy the Address.

1

  4. Go to app.js in your Backend folder, and paste this link in mongoose.connect('');

image

*make sure to replace the '<password>' with your Database password.

Other Requirments

 
1. Create a .env file inside backend folder, and write your Secret Key as SECRET_KEY = write any thing you want
for eg:
      1. Create .env file
      2. Type SECRET_KEY = This is a dummy text
      3. Save .env

2. Type node server.js on your terminal to run backend.

Frontend

How To start?

Open Terminal (cmd)
cd YourProjectFolderName
1. Enter: npm install
2. Enter: npm start

Contact

For Any Query or help feel free to contact me at aqibaltaf99@gmail.com
And if you liked this project, Make sure to give it a star

About

Alvigha is a user friendly restaurant website created using MERN stack, where a user can easily reserve a table at the restaurant and order some delicious food from their home.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published