Skip to content

subhafastnfurious/test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

officebird.com

Office Bird is an app facilitating subletting of office space between landlords and potential tenants.

Landlord creates buildings, and tenants browse and participate in the ones they find interesting

local API development

ln -s ../../pre-commit.hook.py .git/hooks/pre-commit
apt install postgres
sudo su postgres -c "createuser -s $USER"
createdb ob
mkvirtualenv -r backend/requirements.txt -p/usr/bin/python3.6 venv
cd backend
# TODO: describe the initial setup, explain how to migrate, run tests and start API

About

For storing the softheart code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published