bassg0navy / render_hackathon

Repo for Innovate ATL Hackathon

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 to create and activate a virtual environment, install dependencies and run 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

Repo for Innovate ATL Hackathon

License:GNU General Public License v3.0


Languages

Language:Python 100.0%