Skip to content

franciszek-szeptycki/ssot-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSOT Backend - backend for SSOT app

(not updated readme)

Installation guide

(for development environment)

  1. Clone the repository: git clone
  2. Install the required packages: pip install -r requirements.txt
  3. Create .env file: cp .env.example .env
  4. Go into the server/ directory: cd server/
  5. Run migrations: python manage.py migrate
  6. Generate random data: python manage.py load_factories(or python manage.py seed_admin only for admin user)
  7. Run the server: python manage.py runserver 0.0.0.0:8000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages