https://github.com/sammyleths/littlelemon
BE-Capstone
https://github.com/sammyleths/littlelemon
Last synced: about 1 month ago
JSON representation
BE-Capstone
- Host: GitHub
- URL: https://github.com/sammyleths/littlelemon
- Owner: SammyLeths
- Created: 2023-03-21T05:29:17.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-22T11:06:52.000Z (over 3 years ago)
- Last Synced: 2025-03-16T23:52:44.251Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.35 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LittleLemon Restaurant
API Endpoint Tests
Test with Insomnia
http://127.0.0.1:8000/restaurant/
http://127.0.0.1:8000/restaurant/booking/
http://127.0.0.1:8000/restaurant/booking/tables/
http://127.0.0.1:8000/restaurant/menu-items/
http://127.0.0.1:8000/restaurant/menu-items/
http://127.0.0.1:8000/auth/users/
http://127.0.0.1:8000/auth/token/login
UnitTest in VsCode Shell
PS C:\littlelemon\tests\test_models.py
PS C:\littlelemon\tests\test_views.py