A backend that provides API for self-hosting novel reading.
- self-hosting: novels are stored in server's database.
- user-system: support registration, login and so on.
see novel-doc
After this repo is cloned,
firstly cd novel_backend to go to the django project, then run python manage.py migrate to generate a new datebase (db.sqlite has been added to .gitignore).
Next, just python manage.py runserver as you like!
/novel_backend is the django project, which contains manage.py
/novel_backend/novel defines the novel model
/novel_backend/novel_backend is the main server app
/requirements.txt contains the dependencies, used when pip install -r requirements.txt