Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritikprajapat21/retreat-django-backend
A basic retreat backend created using django
https://github.com/ritikprajapat21/retreat-django-backend
Last synced: 13 days ago
JSON representation
A basic retreat backend created using django
- Host: GitHub
- URL: https://github.com/ritikprajapat21/retreat-django-backend
- Owner: ritikprajapat21
- Created: 2024-07-25T18:11:24.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T13:24:41.000Z (4 months ago)
- Last Synced: 2024-08-25T14:42:33.072Z (4 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Wellness Retreat Backend
A basic backend service to manage retreat data for a fictional wellness retreat webpage. This service provide an API to fetch retreat information and allow users to book a retreat.# Tech Stack
- Django
- Djano Rest Framework
- Django Environ
- Django Taggit# Local setup
Installing the dependencies:
```
pip install -r requirement.txt
```
Before running, run following:
```
python manage.py makemigrations
python manage.py migrate
```Run the app
```
python manage.py runserver
```