Skip to content

Mrooie/MealPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plan Your Meals

A simple meal planning app project to make your life a bit easier, powered by Django.

Watch a video: Watch the video

Getting Started

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! ;)

Installing

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

Built With

Authors

License

This project is licensed under the GNU GENERAL PUBLIC LICENSE - see the LICENSE.md file for details

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published