Logo Lanfrica

Kalebu/Build-APIs-with-Flask-Course

Domaine:

digital infrastructure

Type de record:

software
Créateur:
kal
Hôte:
This repo consists of content material for a swahili flask course to hosted on barmaga.io for getting started building restful API with Flask # Build-APIs-with-Flask-Course This repo consists of content material for a swahili flask course hosted on barmaga.io for getting started building restful API with Flask ## what will you build ? 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. ## Tools & Libraries to be used - API Testing - Insomia - Editor - VScode - Libraries - Flask (Web framework) - Flask-sqlalchemy (SQLAlchemy db) - Flask-migrate (Handling migration) - Flask Marshmallow (Serialization and Deserialization) - Fast-restx (Simplifying building API) - Hosting - Heroku ## Running locally To be able to run the project locally do the following - Clone | Download the repository ```bash git clone github.com cd Build-APIs-with-Flask-Course Build-APIs-with-Flask-Course -> pip install -r requirements.txt Build-APIs-with-Flask-Course ->python3 route.py ``` ## Issues ? 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 ## Credits All the credits to kalebu and Barmaga.io