You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
.vscode | 2 years ago | |
config | 7 months ago | |
db_migrations | 2 months ago | |
flow-typed/npm | 3 years ago | |
ui | 3 months ago | |
.babelrc | 3 years ago | |
.env.development | 3 years ago | |
.eslintrc.js | 3 years ago | |
.flowconfig | 3 years ago | |
.gitignore | 3 years ago | |
Procfile | 3 years ago | |
README.md | 2 years ago | |
app.py | 3 months ago | |
package.json | 1 year ago | |
requirements.txt | 3 years ago | |
runtime.txt | 3 years ago | |
yarn.lock | 1 year ago |
README.md
DB Setup
Load load.sql
.
Run Dev Env
Setup
- Install Node.js
- Install Python3
- Install yarn
yarn
Server
Setup
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
Run
yarn flask
JS
yarn dev