Skip to content

nolandseigler/osu-cs340-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

what-the-fec

  1. Ensure the following are installed and configured a. python3.9 (with pyenv) b. poetry c. docker compose d. Make (author used GNU Make)

  2. Setup poetry virtual environment

    From project root run:

    poetry env use python3.9
    
    poetry install
    
  3. Copy .env-example to a file named .env and populate .env with values

  4. Run application in developer mode

    From project root run:

    make dev
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published