Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidmukiibi/docker-flask
https://github.com/davidmukiibi/docker-flask
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidmukiibi/docker-flask
- Owner: davidmukiibi
- Created: 2018-02-01T16:03:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T19:40:17.000Z (over 6 years ago)
- Last Synced: 2024-04-13T02:21:08.248Z (7 months ago)
- Language: Python
- Size: 24.4 KB
- Stars: 3
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - Flask and Postgres
README
# Dockerising a Flask micro-framework API
## The Flask API
In this project, I set out to create a web API that will create, update, delete and edit bucketlists.
The API is deveoped in flask with help from FlaskRestful.## API Functionality Scope
For installation steps, go to this [repo](https://github.com/davidmukiibi/CP2A-BucketList-Application-API) for detailed steps on how to achieve that as this will only cater for dockerizing that same app.
## Installation and Setup.
Assuming you have docker and docker compose are installed already locally. But if you do not,
follow the steps on this [site](https://www.docker.com/get-docker) for docker, and [this](https://docs.docker.com/compose/install/) for docker compose.With that set up, clone this [repo](https://github.com/davidmukiibi/docker-flask) so that we get started [here](https://medium.com/@david.mukiibiq/docker-meets-flask-and-postgres-5259d4a87c03).