https://github.com/atmosmps/testdriven-app
A application to learning the build, test, and deploy microservices powered by Docker, Flask, and React.
https://github.com/atmosmps/testdriven-app
docker flask microservices-architecture python react
Last synced: over 1 year ago
JSON representation
A application to learning the build, test, and deploy microservices powered by Docker, Flask, and React.
- Host: GitHub
- URL: https://github.com/atmosmps/testdriven-app
- Owner: atmosmps
- License: apache-2.0
- Created: 2019-05-25T21:13:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-02T06:26:31.000Z (over 3 years ago)
- Last Synced: 2025-02-05T04:49:51.162Z (over 1 year ago)
- Topics: docker, flask, microservices-architecture, python, react
- Language: Python
- Size: 74.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# testdriven-app
A application to learning the build, test, and deploy microservices powered by Docker, Flask, and React.
## Purpose
The objective this project is build quickly spin up a reproducible development environment with Docker to manage a number of microservices.
Once the app is up and running locally, it will be deploy it to an Amazon EC2 instance. Finally, it will be analise scaling the services on Amazon Elastic Container Service (ECS) and adding AWS Lambda.
## APP

## Tools and Technologies
- Python
- Flask
- Docker
- Postgres
- Node and NPM
- React
- Cypress
- Swagger
- Amazon Web Services (AWS)
## Concepts
- Microservice Architecture
- Test-Driven Development (TDD)
- Continuous Integration (CI)
- Continuous Delivery (CD)
- Code Coverage
- Code Quality
- Token-based Authentication
- Containerization
- Container Orchestration
- Serverless Architecture
## LICENSE
[Apache License 2.0](LICENSE)