Skip to content

katolik163/FlaskImageHosting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Hosting

A simple Flask application for hosting images

Screenshots

Screenshot Screenshot Screenshot

Installation

Clone the repo:

git clone https://github.com/katolik163/flaskimagehosting.git
cd flaskimagehosting

Create and activate virtual environment then install dependencies:

py -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt

Edit .flaskenv and config.py

Create database:

flask db upgrade

Run application:

flask run