eitan12345om / A-New-Project

A small project for fun
0 stars 0 forks source link

A-New-Project

A small project for fun

Installing requirements

$ virtualenv venv
$ source venv/bin/activate
$ pip3 install -r requirements.txt

Running locally

$ python3 server.py

Then visit localhost:5000

Heroku

The Procfile specifies what to run when pushed to Heroku