Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 540 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 540 Bytes

Create CD/CI for A dockerized Flask RestAPI

Task

Create a Rest API to CRUD data(Actor info) with SQLAlchemy and serve it inside a docker container with persistent changes. Create a Test file to Unit test the API with pytest. Create a continuous deployment pipeline with circleCi. Create an ECS cluster and create task definition and services.

How to start the program

  docker-compose up

Lessons learnt

  • Docker
  • circleCi
  • Postman
  • Newman
  • AWS ECS
  • SQLAlchemy
  • Flask
  • Docker-compose
  • Docker Volumes