Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 419 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 419 Bytes

MyAnime

Simple web app to store information about Anime. Built this to learn Flask.

Build instructions:

  • Clone repository, run in venv.
  • run py database_setup.py
  • run py init_tags.py
  • run py app.py
  • go to localhost:8080

Current Working Features:

  • Add new anime, along with image
  • Query by Tags (genres)

Features WIP:

  • User authentication (customize what anime to follow, ratings, comments)