Skip to content

Inglorious-Inge/Kochbuch2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kochbuch2

Requirements:

* Python 3 (Tested with 3.9.6)
* SQLite 3

Getting started:

  1. Create virtualenv:
python3 -m venv venv
  1. Activate virtualenv
source venv/bin/activate
  1. Apply migrations
python manage.py migrate
  1. Run server
python manage.py runserver
  1. Create superuser
python manage.py createsuperuser

You can now log in at http://localhost:8000/admin/. To access the API visit http://localhost:8000/.

API endpoints:

  • /recipes
  • /recipes/{id}
  • /recipes/search
  • /favorites
  • /shoppinglists
  • /shoppinglists/{id}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages