Skip to content

This is a web-based social network where you may post, modify, and remove Quotes. Quotes will be available to everyone, whoever uses the platform.

License

Notifications You must be signed in to change notification settings

souloper/QuotesBook

Repository files navigation

Description

This is a web-based social network where you may post, modify, and remove Quotes. Quotes will be available to everyone, whoever uses the platform. SQLAlchemy database is used to store files submitted by users. So that any and all users that utilise our platform may see and share the quote.

P.S - If you like it give it a star✨

_Priously it was hosted on Heroku but due to it's policy changes later it's deployment was shifted to render. This website is hosted on the Heroku platform : QuotesBook

How to start

  • fork the repo and clone in your machine
  • go to directory and create a virtual enviroment
    • Install virtualenv using pip install virtualenv
    • Create virtualenv virtualenv venv instead of venv you can use any name
    • Now activate created enviroment ./venv/Scripts/activate (For Windows) for mac or linux kindly google it.
  • Now install requirments.txt file using pip install -r requirments.txt
  • Finally run python app.py

Feature

  • Can hold max number of user at a same time
  • Globally users can use this platform for social purpose

Tech stack

  • HTML, CSS, JS frontend
  • Python Flask for backend
  • SQLAlchemy for database

Gallery

QuotesBook Screenshot

About

This is a web-based social network where you may post, modify, and remove Quotes. Quotes will be available to everyone, whoever uses the platform.

Topics

Resources

License

Stars

Watchers

Forks