A django based web application to interact with the database for PDM. To use:
- Install required libraries using "pip install -r requirements"
- Place the separately provided settings.py in RecipeViewer/djangoV2/ (the same folder with wsgi.py)
- Ensure you're on the RIT network as the database is only accessable from within
- "python run.py"
- Open a web browser and navigate to localhost:8000