Giter Site home page Giter Site logo

waltob123 / motiquote Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 300 KB

MotiQuote-Pro is your one-stop destination for accessing a rich and diverse collection of motivational quotes through a powerful API. Whether you're a developer looking to infuse inspiration into your applications or an enthusiast seeking daily motivation, this repository has you covered.

License: MIT License

Python 45.36% HTML 33.80% JavaScript 6.36% CSS 14.49%

motiquote's Introduction

Motiquote

This is a web application that serves as both an API and a platform for motivational writers to share their inspiring quotes. Users can view motivational quotes posted by various authors through the API, and writers can contribute their own quotes to be showcased on the platform.

Technologies Used

HTML: Used for structuring the web pages.

CSS: Applied for styling and improving the overall user interface.

JavaScript: Employed for client-side scripting and enhancing user interactivity.

Jinja Templating: Integrated with Flask to dynamically generate HTML content.

Flask: A micro web framework for Python used to build the backend of the application.

GitHub: Utilized for version control and collaborative development.

Git: Implemented for tracking changes and managing codebase.

NGINX: Used as a web server to handle HTTP requests.

Gunicorn: Employed as a WSGI server to run the Flask application.

Features

Motivational Quote API:

The API provides endpoints to retrieve motivational quotes. Writers can submit new quotes via API calls.

Web Application:

Users can browse and view motivational quotes on the web platform. Writers can log in and post their motivational quotes. Responsive design for a seamless experience on various devices.

Getting Started

Prerequisites

Python 3.x

Flask (pip install flask)

Gunicorn (pip install gunicorn)

Installation

Clone the repository:

git clone https://github.com/waltob123/motiquote.git

cd motivational-quote-app

Install dependencies:

pip install -r requirements.txt

Run the application:

gunicorn -w 4 -b 0.0.0.0:5000 app:app

Open your browser and visit http://localhost:5000 to access the web application.

Usage

API Endpoints

GET /api/v1/quotes

Retrieve a list of all motivational quotes.

GET /api/v1/quotes/{quote_id}

Retrieve a motivational quote by ID.

GET /api/v1/quotes/search?author=

Search for a motivational quote by a particular author.

Web Application

Visit the home page to view a collection of motivational quotes.

Writers can log in to post new quotes.

Author

Desmond Asiedu Asamoah

Contributing

If you would like to contribute to this project, please follow the contributing guidelines.

License

This project is licensed under the MIT License.

Acknowledgments

Special thanks to all contributors and the open-source community.

motiquote's People

Contributors

waltob123 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.