bassg0navy / innovate-atl

Building solutions for Atlanta's public sector challenges

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Building solutions for Atlanta's public sector challenges


Languages

Language:Python 100.0%