Skip to content

cmspencer109/FlashcardStudyApp

Repository files navigation

CS2300 Final Project - Flashcard app 'FlashStudy'

Tech stack

  • Backend
    • Python (Language)
    • Django (Web framework)
    • SQLite (Database)
  • Frontend
    • HTML/CSS/JavaScript (Languages)
    • Bootstrap (Styling framework)
    • jQuery (JS library)
    • SwiperJS (Used on study screen)

Helpful links

Running the app

How to run the app (should appear on http://127.0.0.1:8000/) python3 manage.py runserver

How to run migrations (only need to do this if you make changes to models.py) python3 manage.py makemigrations && python3 manage.py migrate

Deployments

Currently setup with Heroku to auto deploy the main branch to https://mst-flash-study.herokuapp.com/

About

A flashcard-based collaborative study app built as the final project for my databases class

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published