Skip to content

lamtonylam/haalarimerkkidex

Repository files navigation

tsoha2024

Original app idea (not everthing was implemented and some functionalities changed during the course of development):

  • Overall patch dex, like PokeDex, but for collecting overall patches.
  • Users can log in and register.
  • Users can add patches to their collection. Data type include: name of patch, origin of patch (event or bought), maker of the patch ( for example a student guild), has it been sewed on yet
  • Users can make their patch collection public, and other users can peek at other's collections.
  • Users can remove their patch from the collection

State of the app on second deadline 7.4.2024

  • ✅ User login, logout and registration.
  • ✅ Patch creation to general collection with: patch name, image
  • ✅ Displaying general collection and specific patches
  • ✅ Removing a patch from general collection
  • ✅ Adding patches from the general collection to users' collection.
  • ✅ Profile page that shows how many patches a user has added to their collection
21.4.2024
  • ✅ Patch has categories
  • ✅ General collection has search functionality
  • ✅ Thumbnail images of patches are displayed on general collection page
  • ✅ Patch image can be zoomed on click on individual patch page
  • ✅ Creator of patch can now delete patch that they created
  • ✅ Comment functionality for patches
  • ✅ CSRF-vulnerability mitigated
  • The project is almost finished, with minor final polishes only required. Minimum target of 5 database tables has been also achieved.
Final deadline

The app is functional no larger issues are present. After the second deadline no major features were implemented, and the commits largely included refactorings and minor UI changes.

Using app on the web

Note! Please allow up to 10 seconds for the fly.io instance to wake up from sleep!

https://haalarimerkkidex.fly.dev/

Running locally

Prerequisites:

Clone the repository
[email protected]:lamtonylam/haalarimerkkidex.git

Navigate into the correct folder containing the repository
cd haalarimerkkidex

Create a .env environment file with the following variables.
DATABASE_URL=<local-postgres-address>
SECRET_KEY=<your-secret-key>
master_key=<your_key>
FLY_DEPLOYMENT=False

Enable virtual environment
python3 -m venv venv
source venv/bin/activate

Install dependencies
pip install -r requirements.txt

Create database tables
psql < schema.sql
Then exit PSQL

Run Flask app
flask run
For continuous app builds run this command instead
flask run --debug

About

Tietokannat ja web-ohjelmointi harjoitustyö

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •