A simple meal planning app project to make your life a bit easier, powered by Django.
Install dependencies to your virtualenv, using requirements.txt
pip install -r requirements.txt
Replace placeholders in jedzonko/.env with your data.
Set database to your favourite one. App uses PostgreSQL by default.
Remember to create a new database! ;)
While in main directory:
.../MealPlanner/
Run migrations:
python3 manage.py migrate
Run server
python3 manage.py runserver
End with an example of getting some data out of the system or using it for a little demo
- Django - The web framework used
- Bootstrap4
- PostgreSQL - Used to generate relational databases
- Mrooie
- Created in Scrum collaboration with: ewawaszczuk , ZuzannaP , jim-stone
This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details
- Base CSS courtesy of Coderslab