This is a REST API for a barber shop. It is built with Django and Django Rest Framework.
The goal of this project is to create a back-end mobile app for advance booking for BarberShop 🙂
- Clone the repository:
git clone https://github.com/asilbek3450/BarberShop.git
- Install requirements:
pip install -r requirements.txt
- Run the server:
python manage.py runserver
- Open the browser:
http://localhost:8000
- Enjoy!
http://localhost:8000/
- swagger API documentationhttp://localhost:8000/redoc/
- redoc API documentationhttp://localhost:8000/admin/
- admin panelhttp://localhost:8000/api/v1/
- API root
https://uzdev.pythonanywhere.com/
- swagger API documentationhttps://uzdev.pythonanywhere.com/redoc/
- redoc API documentationhttps://uzdev.pythonanywhere.com/admin/
- admin panelhttps://uzdev.pythonanywhere.com/api/v1/
- API root