Skip to content

erkamesen/Quote-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quote-Generator

Simple Flask app with JavaScript

Seçim_027

Installation

Flask

pip install Flask

Flask - SQLAlchemy

pip install Flask-SQLAlchemy

Usage

Follow these steps:

  • Clone the repository:
git clone https://github.com/erkamesen/quote-generator.git
  • Navigate to the directory:
cd quote-generator
  • Run the application:
flask run

Quote-Generator now running on your localhost: http://127.0.0.1:5000

Quote API

All quotes:

http://localhost:5000/quotes

Random quote:

http://localhost:5000/random-quote