Skip to content

thomaspwang/WakeTheF-ckUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WakeTheF-ckUp

Backend

first time setup:
./setup.sh

to run:
python3 app.py

structure

models.py contains the schema
users.py contains the routes

schema:

CREATE TABLE public.users (
name VARCHAR(255) NULL,
friends STRING[] NULL,
oncall STRING[] NULL,
lat FLOAT8 NULL,
long FLOAT8 NULL,
phone VARCHAR(32) NULL,
username VARCHAR(255) NOT NULL,
password VARCHAR(255) NULL,
CONSTRAINT users_pkey PRIMARY KEY (username ASC)
)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published