DEV Community

Cover image for My first docker app
Omar Almusa
Omar Almusa

Posted on

My first docker app

I wanted to apply what I've learned so far about software development, and thought that making a simple task manager app from scratch would be a great practice to do so.

Here are the key things I've learned in this project

  • Backend API development using FastAPI
  • MongoDB and non-relational Databases
  • Writing frontend using HTML/CSS/Javascript and how to connect it to the backend
  • Docker and containerizing applications
  • Implementing CI/CD pipeline using Github actions

Here is the link for the repo

Top comments (0)