Skip to content

betfund/betfund-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Betfund

The best way to reproduce this is to do the following:

  1. Clone the repository.
$ git clone https://github.com/betfund/betfund-webapp.git
  1. Create a new conda environment from the environment.yml file.
$ conda env create environment.yml
$ conda activate betfund
  1. Install the package (optionally, in editable mode).
$ pip install -e .
  1. Export development environment variables
$ export FLASK_APP=application
$ export FLASK_ENV=development
  1. Create the test database.
$ flask db init
  1. Run the app.
$ flask run

About

Web application for Betfund.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published