/innovate-atl

Building solutions for Atlanta's public sector challenges

Primary LanguagePython

render_hackathon

Repo for Innovate ATL Hackathon

Backend

To run backend app ensure you have the following:

  • Python installed

Run the following commands in the project's root directory to create and activate a virtual environment, install dependencies and start the backend app.

  1. python -m venv .venv
  2. source .venv/bin/activate
  3. python -m pip install -r requirements.txt
  4. flask run --host=0.0.0.0