Skip to content

Tutorial for extracurricular class teaching basic to advanced levels of creating a REST API using Flask.

Notifications You must be signed in to change notification settings

AkanshDivker/flask-api-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Flask REST API Tutorial

This is a collection of the extracurricular tutorials taught by myself at Korea University about how to get started with creating REST API's using Flask. These tutorials will also go over using Python in a production environment.

Coverage

  • Implementing REST API using Flask-Restful
  • Using Docker for development and production
  • Authentication

Getting Started

You can get started by cloning the repository on your desktop. The code should be commented enough to follow along and understand.

Prerequisites

This project requires Python 3.7 and Docker installed.

Final Notes

I'm always happy to help out and teach others. If you have any questions or comments, feel free to contact me!

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Releases

No releases published

Packages

No packages published

Languages