Skip to content

Latest commit

 

History

History
61 lines (37 loc) · 3.12 KB

README.md

File metadata and controls

61 lines (37 loc) · 3.12 KB

Yummy - Web Application Project for CEN3031

Yummy is a new business prototype where local chefs can display their dishes and cooking skills, and customers can order dishes and request chef services.

Link to deployed website

http://66.70.180.177:3000/Home

Credits

This project was bootstrapped with Create React App.

Features Implemented

  • Home page:

Image description

  • About page:

Image description

  • Chef profile:

Image description

  • Request Chef:

Image description

  • Dish profile:

Image description

  • Browse Chefs:

Image description

  • Browse Dishes:

Image description

  • Sign-up for Chefs:

Image description

  • Sign-up for Customers:

Image description

  • Edit Chef profile:

Image description

  • Admin console to manage different types of users:

Image description

How to run the app?

To run the client and server application locally, in development mode, use the below script in the project directory:

npm run-script dev

Open http://localhost:3000 to view the client (server running) in the browser. To run the client application (server pending) on Heroku, open https://yummy-doorstep.herokuapp.com.

How to update database and server connections?

The database URI, along with the AWS S3 access key and secret key, as well as the encryption key and signing key, are stored in the config.js file for local use, or the Heroku config vars for production use.

These can be modified in these locations if future changes necessitate such action.