https://github.com/0djentd/alprou-backend
📔⚙️ Habits tracker app. (backend)
https://github.com/0djentd/alprou-backend
api api-rest backend backend-api django django-framework django-project django-rest-framework python python3 rest rest-api
Last synced: 10 months ago
JSON representation
📔⚙️ Habits tracker app. (backend)
- Host: GitHub
- URL: https://github.com/0djentd/alprou-backend
- Owner: 0djentd
- Created: 2022-05-23T12:44:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T11:53:00.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T07:38:24.833Z (over 3 years ago)
- Topics: api, api-rest, backend, backend-api, django, django-framework, django-project, django-rest-framework, python, python3, rest, rest-api
- Language: Python
- Homepage: https://0djentd.pythonanywhere.com
- Size: 182 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/0djentd/alprou-backend/actions/workflows/django.yml)
# Alprou (backend)

## Description
Backend server for [Alprou](https://github.com/0djentd/alprou).
## Installation
```
git clone https://github.com/0djentd/alprou_backend.git
cd alprou_backend
git pull --recurse-submodules
pipenv install
```
Then create files named `django_key` and `db_config.py`.
```
pipenv shell
./manage.py makemigrations
./manage.py migrate
./manage.py createsuperuser
./manage.py runserver
```