An open API service indexing awesome lists of open source software.

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.

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