/invisible-ink-server

Django server to provide a REST API and store the data

Primary LanguagePython

Invisible Ink - Django Server

The Django server provides the REST API for the clients and stores the data.

Used software

For details see requirements.txt!

Run

  1. Create a settings file cp settings-sample.py settings.py and modify the SECRET_KEY in this file (it can't be empty)

  2. Install the requirements pip install -r requirements.txt

  3. Create database tables and a superuser python manage.py syncdb

  4. Run server python manage.py runserver

    Admin site: http://localhost:8000/admin/

    API: http://localhost:8000/api/v1/