An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

[![Django CI](https://github.com/0djentd/alprou-backend/actions/workflows/django.yml/badge.svg)](https://github.com/0djentd/alprou-backend/actions/workflows/django.yml)

# Alprou (backend)
![screenshot](screenshot_alprou_backend.png)
## 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
```