Skip to content

This is the website backend for the Sports Stock Market

Notifications You must be signed in to change notification settings

Sports-Stock-Market/marketserver

Repository files navigation

Sports Stock Market Server

The server for the Sports Stock Market web application

Installation

  1. Download the git
  2. Install the required packages:
    • Using pip, run pip install -r requirements.txt
    • Using Anaconda, run conda create --name <env> --file environment.yml where <env> is the name of your environment to create a new environment for this project (recommended) or run conda env update --file environment.yml to update your current environment.

Running

In order to run this application, run the following commands in the marketserver folder (with the flask environment active if using Anaconda):

set FLASK_APP=fanbase.py
flask db upgrade
flask run

About

This is the website backend for the Sports Stock Market

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published