https://github.com/thatrobotdev/gt-meal-planner
A group project built in CS 2340: Objects and Design in Spring 2025 at Georgia Tech.
https://github.com/thatrobotdev/gt-meal-planner
Last synced: about 1 month ago
JSON representation
A group project built in CS 2340: Objects and Design in Spring 2025 at Georgia Tech.
- Host: GitHub
- URL: https://github.com/thatrobotdev/gt-meal-planner
- Owner: thatrobotdev
- License: apache-2.0
- Created: 2025-04-01T19:33:50.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-27T20:20:27.000Z (11 months ago)
- Last Synced: 2025-04-27T20:31:21.048Z (11 months ago)
- Language: HTML
- Homepage:
- Size: 31 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GT Meal Planner
A group project built in CS 2340: Objects and Design in Spring 2025 at Georgia Tech.
Built by [Aryamann Sheoran](https://linkedin.com/in/aryamann-sheoran), [James Kerrane](https://www.jameskerrane.com/), [Michael Wittland Jr.](https://www.linkedin.com/in/michael-wittland-323081295), [Palash Patel](https://www.linkedin.com/in/palash-patel-1b001a210/), and [Shane Hanley](https://www.linkedin.com/in/shane-hanley-a46972258).
## Setup
```sh
git clone https://github.com/mwittland/gt-meal-planner.git
cd gt-meal-planner
python -m venv venv
venv/Scripts/Activate
pip install django
cd gt_meal_planner
python manage.py runserver
```
## Admin Access
/admin/login