An open API service indexing awesome lists of open source software.

https://github.com/laactech/foxcross-heroku-example


https://github.com/laactech/foxcross-heroku-example

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Foxcross Heroku Example

An example set of Foxcross models deployed on heroku.

https://foxcross-example.herokuapp.com/

## Local Set Up

1. Git clone the repository
2. Create a new virtual environment `python -m venv venv`
3. Install the requirements `pip install -r requirements.txt`
4. Run the models `python models.py`