CS 320 Project for Dining in Amherst
-
Features:
- Dining recommendations by on/off campus option
- Tour function
- Link to menu
- Dining page for all dining options
- UI update for dining card
- Logout function
-
Canceled Features
- Dining recommendations based on user preferences
- storing user preferences
-
Bugs:
- some of the dining images not rendering on mobile
-
Features:
- Dining recommendations by location
- User Login and Signup
- User preferences
-
Bugs:
- Dining recommendations glitch while rendering
- Cannot delete preferences once selected
- No menu data in dining card
- Dining modal close button glitch while rendering
-
Features:
- Hosted the Nodejs server
- Connection with MongoDB Database
- Frontend connection with Nodejs and MongoDB database
-
Bugs:
- email: [email protected], password: test
- email: [email protected], password: aryaman
- Install
git
,npm
,node
on your local machine. Check their validity on the command-line - Clone the repository
- You can use GitHub Desktop, but the
git
command line is also great
- You can use GitHub Desktop, but the
- Make sure you're on the right branch you need to work on. Check
Contributing
for more details - Go to the project directory, the folder:
eat-this
using Terminal or CMD (this can be done usingcd
)- Example
cd
command looks like:cd ~/dev/git/eat-this
to get into the eat-this folder/directory
- Example
- Run
npm install
to install dependencies and then runnode server.js
to start the node server - This should run your server on port 8000 and connect to the MongoDB database online
- Make sure to reach out if you have errors or problems, and look for online solutions
- After getting the Node.js server running and connected with MongoDB, we need to setup the local React environment
- Go to the
client
folder/directory using thecd
command on the command-line (Terminal or CMD):cd client
- Run
npm install
. This should download all the dependencies for the project. Ask if you get errors - Run
npm start
. This should start a local app instance that should be connected to your Node.js server
- Branch naming scheme:
<author>/<description>
- Make sure you make a new branch for your work
- Make sure that your branch is as upto date with develop as possible
- Make sure you make a pull request (comparing to develop) to make changes
- Make sure you request at least one review on your pull request before merging
Refer to drive link here
Refere to drive link here
Eat This! allows UMass students to find dining locations based on their preferences and live data at their search time. Users can input any dining preferences they have, both general and day-to-day, and will be given dining location suggestions based on those preference availability and distance to locations. Users will also be presented with a list of off-campus dining locations in addition to the on-campus dining commons. Overall, Eat This! enables UMass students and visitors to explore dining options tailored to their preferences and with ease. The current UMass Dining app only provides a static menu that users need to scroll through, in addition to vague crowd density measures. Eat This! hopes to provide an improvement to this and give students an enhanced experience.
The “Eat This!” app is focused on delivering quick recommendations for users in a fast-paced environment. That accompanies limitations on the extent of user choices the app will present. The app is limited to providing the best options close to a user's location and menus.
-
Conceptual Limitations:
- We are not providing a social experience; there are no in-app chat or friend features.
- Crowd densities and wait times for dining options. Schedule integrations; we will not accommodate people’s schedules to make recommendations.
- The web app is meant to serve the Amherst community at the present moment and is limited in the range of service.
-
Hardware and Software Packages:
- The software should be hosted on the web and accessible using a normal web browser on desktop and mobile devices.
- The application relies on the users sharing their live locations
-
Performance Reliability:
- Depends on the user device network capabilities
- Depends on the appropriate functioning of UMass Dining services and updated menus