Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 395 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 395 Bytes

How to start the server in development mode:

Yann . 18.05

Please launch the server to access database on local host:

  1. Create virutal environment Linux and Mac: python3 -m venv "apienv" Windows: py -m venv "apienv"

  2. launch venv Linux and Mac: source api bin/activate Windows: api/Scripts/activate

  3. Install packages pip install -r requirements.txt

  4. Launch app: flask run