This Django Python Quotes app is a web application designed to display a collection of quotes to users. It allows users to view, search, and browse through a curated selection of quotes. The app provides a simple and user-friendly interface for accessing inspirational, motivational, or thought-provoking quotes.
Developers interested in learning Django or exploring how to build web applications using Python may find this project educational and informative.
No any API References
Color Used | Color |
---|---|
Primary Color | |
Secondary Color | |
Accent Color |
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.
Check Live at https://quote.pythonanywhere.com/
Its Deployment is done in https://quote.pythonanywhere.com/ for showcase.
To run this project, you will need to add the following environment variables to your .env file
SECRET_KEY
In info.py file configure
EMAIL_HOST_USER = ''
EMAIL_HOST_PASSWORD = ''
- Upload Option with Quote Upload,Images Upload as well as Video Upload
- Profile View
- Globals Quotes and Posts
- Login Logout with Email Verification
- Live previews
- Fullscreen mode
- Cross platform
- Responsive
If you have any feedback, please reach out to us at quoterofficial101@gmail.com
I'm a full stack developer...
Clone the project
git clone https://github.com/kushal1o1/Quotes.git
Go to the project directory
cd manage.py
Install dependencies
pip install -r requirements.tx
Start the server
python manage.py runserver
Client: Bootstrap
Server: Django