Skip to content

A small project to demostrate flask_restful with CRUD functionality

License

Notifications You must be signed in to change notification settings

abhaysp95/flask-REST-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST with flask

A small project showing basic functionality of flask_restful with three examples

  • basics
  • video_api_static
  • video_api_db

basics:

Basics contain a hello world example demonstrating how to get started with flask and flask_restful

video_api_static

This folder contains data storage in memory(a dictionary) showing functionality of get, put, delete method

video_api_db

Showing functionality get, put, patch and delete which is full CRUD(Create, Read, Update and Delete) functionality using SQLAlchemy(sqlite) as database

Here's a screenshot of it working:

About

A small project to demostrate flask_restful with CRUD functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages