Skip to content

tng-A/T-hauz_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-hauz_server

In development

To run locally, Clone repo, cd into the repo, create a .env file and add details shown in sample.env

Then run:

  • python3 -m venv venv
  • source .env
  • make install
  • make migrate
  • make serve