Skip to content
This repository was archived by the owner on Mar 30, 2023. It is now read-only.

BubbleNeumann/flask-not-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

features to mention:

  • login required for upload (automatic redirect)
  • alert on sign up if username or email is not available
  • user session id shown in url is encrypted by md5 via User.__repr__ overload
  • alert on login if email wasn't found in db
  • upload: limitations on title, description, and text min length

index-screen.jpg

login-screen.jpg

Project design

design.jpg

Project structure example

├── app/
│   ├── __init__.py
│   ├── db.py
│   ├── schema.sql
│   ├── auth.py
│   ├── blog.py
│   ├── templates/
│   │   ├── base.html
│   │   ├── auth/
│   │   │   ├── login.html
│   │   │   └── register.html
│   │   └── blog/
│   │       ├── create.html
│   │       ├── index.html
│   │       └── update.html
│   └── static/
│       └── style.css
├── venv/
└── setup.py

Run app

$ flask --app flask_not_rust run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •