vincentvvv / MyAnime

Learning Python and Flask

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Learning Python and Flask


Languages

Language:HTML 56.0%Language:Python 44.0%