Skip to content

guillaume-le-fur/quotes-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quotes App - Backend

This repository contains the Python backend for a website that allows the user to store his/her favorite quotes.

Table of contents

Technologies

Project is created with:

  • Python 3.8
  • Flask 1.1.2

Setup

To run this project, execute the following commands:

cd quotes-backend/
pip install -r requirements.txt
python app.py

Requirements

MVP Functionalities

  • Add a new quote
  • See all quotes
  • Edit a quote
  • Delete a quote
  • Search a quote
  • Visualise a quote

V2

  • Users
  • Check duplicate quotes
  • Multiple authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published