DEV Community

Cover image for URL Shortener Microservice using FastAPI and PostgreSQL
Anurag Patil
Anurag Patil

Posted on

URL Shortener Microservice using FastAPI and PostgreSQL

Hello everyone !
Been a long time that I have made my hands dirty on some projects.

Currently, am getting to know basics of microservices and how to implement them.

For a beginner perspective, I have came up with a short microservice which involves all the aspects we need while deploying a microservice.

It includes the following concepts:

  1. Database Integration
  2. Code Linting
  3. Design Principles
  4. Clean Code
  5. Configuration Management
  6. Dependency Management
  7. Documentation
  8. API Testing
  9. Containerization

I have tried to include as much as I can for a beginner to understand the basics of it in a simple way.

Please go through the code here.

Let me know if you find it helpful in the comments.

Feedbacks and suggestions are always welcomed !!!
Happy Learning !

Top comments (0)