https://github.com/akanshdivker/flask-api-tutorial
Tutorial for extracurricular class teaching basic to advanced levels of creating a REST API using Flask.
https://github.com/akanshdivker/flask-api-tutorial
flask flask-api-tutorial flask-tutorial python python-tutorial python3 teaching tutorial tutorial-code tutorial-demos tutorial-exercises
Last synced: 3 months ago
JSON representation
Tutorial for extracurricular class teaching basic to advanced levels of creating a REST API using Flask.
- Host: GitHub
- URL: https://github.com/akanshdivker/flask-api-tutorial
- Owner: AkanshDivker
- Created: 2019-09-30T05:15:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T05:21:23.000Z (over 5 years ago)
- Last Synced: 2025-02-13T22:47:49.185Z (4 months ago)
- Topics: flask, flask-api-tutorial, flask-tutorial, python, python-tutorial, python3, teaching, tutorial, tutorial-code, tutorial-demos, tutorial-exercises
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
* **Akansh Divker** - *Project creation* - [AkanshDivker](https://github.com/AkanshDivker)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details