Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.56 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.56 KB

Task Scrape App

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

About

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!

Installation

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.

Usage

Login

task-scrape-login.png

Sign-up

task-scrape-signup.png

Dashboard

task-scrape-dashboard1.png
task-scrape-dashboard2.png

Logout

task-scrape-logout.png