Hey there! I built and dockerized this app as my portfolio for a DevOps Bootcamp that I finished.
This app is a part of the CI/CD pipeline of my portfolio.
Architecture
The app's purpose is to write simple notes. (for now!)
It has user management logic, based on mysql db and SQLAlchemy tool.
Soon the app would be able to make web scraping, search for 3D printing files, and other 3D printing-related tools. Stay tuned!
Clone the repo
To run the app with Docker, just run docker-compose up -d.
The app is running on port 80 on your local machine.