Skip to content

XiaoleZ/defhack-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project was bootstrapped with Create React App.

Tech Stack

Mental Health Project Wiki

Setup Guide

Requirements: Node.js, npm, yarn Installation reference for Mac at here

  1. clone repository
  2. cd api directory
  3. setup pipenv (requires pipenv to be installed)
  4. activate the pipenv
  5. create the database
  6. 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)

How to run

  1. run React server
yarn start
  1. 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 run npm install

Diagram

pic

Team

Memeber

Xiaole Zeng, Christian Lo, Myat Thu Ko, Mella Liang, Serenity

Team Time Zones

HST, PST, MT, CST, EST

Team Build

  • Slack
  • Discord
  • Google Drive
  • Google Hangouts

About

Mental Health Project - React + Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •