Skip to content

ryanlu-dev/uf-course-planner

 
 

Repository files navigation

UF Course Planner

The UF Course Planner is a student driven application that constructs efficient 4 year plans in order to help deal with cumbersome course scheduling

The current application stack consists of:

  • Frontend:
    • Azure Static Web App (Deployment)
    • HTML/CSS/JS
  • Backend:
    • Node.js
    • Python/Django
  • Data Layer:
    • UF API / BeautifulSoup
    • Azure PostgreSQL

Installation

Installation instructions

Development

After cloning, activate virtual environment using the command

python -m venv venv venv\Scripts\activate.bat

Once your vm is activated install the project's dependencies

python -m pip install -r requirements.txt

Contributing

Pull requests are welcome. For major changes, please open an issue first to allow for an open discussion.

Please make sure to update tests as appropriate.

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.9%
  • CSS 22.1%
  • Python 7.5%
  • HTML 0.5%