/411-group-project

Our app accesses calendar and location data for a group of users and finds restaurants that match time, location, and food preferences.

Primary LanguageCSS

411 Group Project: When2Eat

Our app accesses calendar data for a group of users and finds restaurants that match time, location, and food preferences for members in a session.

Team Members

Lab Section: A2
Chris Gil
Frazier Horn
Julius Frost
Yufan Cao

Instructions

Clone repository
git clone https://github.com/juliusfrost/411-group-project.git

Create the anaconda environment
conda env create -f environment.yml
conda activate cs411

Set the config file:
Get config.py from one of our group members
Save in /when2eat/when2eat/config.py

Change directory
cd when2eat

Run the server
python manage.py runserver

Visit website at http://127.0.0.1:8000/

Alternatively, install all dependencies using pip in a virtual environment or on local machine.