Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 501 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 501 Bytes

littlelemon

This app implements the following endpoints: /restaurant/menu-items[/id] GET,POST,DELETE /restaurant/bookings GET/POST

Obtain a token at auth/token/login passing username and password form params after creating a user.

You can go to /restaurant to view the logo from the static assets

The db is set up to connect with root and '', so change it in settings.py if yours is different.

Run python3 manage.py test to run the tests in restaurant/test.py

Use pipenv to set up environment