This repo consists of content material for a swahili flask course hosted on barmaga.io for getting started building restful API with Flask
In this course we are going to build a tourism API where by tour providers/ hosts can interact with to mention their future tour together with their location/pricing, images and any additional information and deploy it to Heroku cloud.
-
API Testing
-
Editor
-
Libraries
- Flask (Web framework)
- Flask-sqlalchemy (SQLAlchemy db)
- Flask-migrate (Handling migration)
- Flask Marshmallow (Serialization and Deserialization)
- Fast-restx (Simplifying building API)
-
Hosting
To be able to run the project locally do the following
- Clone | Download the repository
git clone https://github.com/Kalebu/Build-APIs-with-Flask-Course
cd Build-APIs-with-Flask-Course
Build-APIs-with-Flask-Course -> pip install -r requirements.txt
Build-APIs-with-Flask-Course ->python3 route.py
If you have encountered any issue while trying to run the repository please raise an issue and I will work to fixing it as soon as I can
All the credits to kalebu and Barmaga.io