https://github.com/laactech/foxcross-heroku-example
https://github.com/laactech/foxcross-heroku-example
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/laactech/foxcross-heroku-example
- Owner: laactech
- License: bsd-3-clause
- Created: 2019-07-02T12:44:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T19:08:08.000Z (almost 7 years ago)
- Last Synced: 2025-02-08T16:14:21.346Z (over 1 year ago)
- Language: Python
- Homepage: https://foxcross-example.herokuapp.com/
- Size: 3.91 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`