Skip to content

marjaimate/pies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pre requisites

  • Install Python
  • Install Flask and Flask-restfult with your favourite package manager
  • Install SQLite

Setup

  • Clone this repository (or just download the zip & extract)
  • Setup the DB table with: $ sqlite3 pies.db < seed.sql
  • Verify that you can connect * use the database file (pies.db)

Task 1

  • Create a simple Flask app that list all pies, and displays a single pie's details in text and JSON format

Task 2

  • Write a RESTful API where you can interact with pies

About

PyLadies assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages