Skip to content

viniciusmuller/flaskquotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

29 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ€” What is this?

It's a Flask-powered responsive web application project for sharing personal quotes.


✨ Features:

  • Functional mini social-media application
  • AJAX on clientside for doing actions without page reload
  • Modularized design using Flask blueprints
  • Clean source code using decorators
  • An ORM SQLAlchemy database
  • Responsive design

πŸ”¨ TODO:

  • Add docker support (Partially implemented)
  • Replace server internal routes for a RESTful API design
  • Add scroll into quotes session
  • Like system
  • Create users feed
  • Automated tests
  • SSL/HTTPS support

πŸ‘€ Preview



βš™οΈ Setting up the server:

  • Clone or manually download this repository:

    git clone https://github.com/arcticlimer/flaskquotes.git
  • Change to the source directory:

    cd flaskquotes/src
  • Install the required modules:

    python -m pip install -r requirements.txt
    
  • Start the app!

    flask run
    
  • Now you can try it by going at localhost in your browser:

    http://localhost:5000
    

🀝 Feel free to contribute and make your pull request!

About

πŸ“ Flask web app for sharing personal quotes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published