Skip to content

Restaurant application with implemented templates and API endpoints

Notifications You must be signed in to change notification settings

Collins-Omariba/Restaurant-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Restaurant-website

  • Restaurant website implemented in Django

  • Contains complete templates and DRF api endpoints yet to be integrated to a frontend.

DEPLOY LINKS

MAIN API ENPOINTS

/auth/users
/auth/token/login
/restaurant/api-token-auth
/restaurant/booking-api
/restaurant/menu-api

RUN APP

1. Create and Activate a virtual environment

python3 -m venv env

2. Install dependencies

pip install -r requirements.txt

3. Make database migrations

py manage.py makemigrations

then

py manage.py migrate

4. Run server

py manage.py runserver

About

Restaurant application with implemented templates and API endpoints

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages