Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

InvisibleInkProject/invisible-ink-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

Django server to provide a REST API and store the data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages