Skip to content

bryanleehw97/ebook-reader-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ebook-reader-backend

Setup

  • pip install -r requirements.txt
  • get the .env file
  • setup a db with the name you set in the .env file
  • python manage.py migrate
  • do python manage.py init_data <email> <password> <name>, e.g. python manage.py init_data test@test.com password "Deez Nuts"

Code Formatting

  • black is used as a code formatter, have it set in your VSCode Settings.
  • After pip install -r requirements.txt, go to Preferences -> Settings -> Python Formatting Provider -> Select black.
  • Also enable Format on Save.

About

Django/PostgreSQL backend for an E-Book reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors