This project was bootstrapped with Create React App.
Mental Health Project Wiki
Requirements: Node.js, npm, yarn Installation reference for Mac at here
- clone repository
- cd api directory
- setup pipenv (requires pipenv to be installed)
- activate the pipenv
- create the database
- pipenv install the requirements
git clone https://github.com/XiaoleZ/defhack-2020.git
cd defhack-2020/backend
pipenv shell
pipenv install
python3 create_tables.py
export FLASK_APP=api.py (different for windows)
- run React server
yarn start
- Open another terminal and run to run flask server
yarn start-api
To see the application, access this url in your browser:
http://localhost:3000 *Frontend: React
http://localhost:5000 *Backend: Flask
- If you have
/bin/sh: react-scripts: command not found
try runnpm install
Xiaole Zeng, Christian Lo, Myat Thu Ko, Mella Liang, Serenity
HST, PST, MT, CST, EST
- Slack
- Discord
- Google Drive
- Google Hangouts