Skip to content

hawkxdev/what_to_watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What to Watch

Flask web app for sharing movie opinions with Dropbox image upload support.

Tech Stack

Getting Started

Clone the repository:

git clone https://github.com/hawkxdev/what_to_watch.git
cd what_to_watch

Install dependencies:

uv sync

Create .env file:

cp .env.example .env

Edit .env with your values. To get DROPBOX_TOKEN:

  1. Go to Dropbox App Console
  2. Create app → Scoped access → Full Dropbox
  3. Generate access token in Settings

Apply migrations:

uv run flask db upgrade

Run the project:

uv run flask run

App will be available at http://127.0.0.1:5000

About

Flask web app for sharing movie opinions with Dropbox image upload support (yandex-praktikum)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published