Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.
/ watchlist Public archive

A simple watchlist app built with Flask

Notifications You must be signed in to change notification settings

mancuoj/watchlist

Repository files navigation

| English

logo

Features

  • Login & Logout - flask-login
  • Settings - update username
  • Register - all users share one movie list
  • CRUD - flask-wtf + flask-sqlalchemy
  • Comment Area
  • i18n - flask-babel

Usage

In WSL-Ubuntu20.04

git clone https://github.com/mancuoj/watchlist.git
cd watchlist

python3 -m venv env
. env/bin/activate
pip install -r requirements.txt

flask forge
flask admin
flask run

Screenshots

Thanks