Bu proje, Go programlama dili kullanılarak geliştirilmiş ve PostgreSQL veritabanı ile çalışan basit bir CRUD (Create, Read, Update, Delete) uygulamasıdır. REST API standartlarını takip ederek ...
This is a template for a simple Web REST API using FastAPI with an async Postgres database. Using docker-compose to hook up the database and mounting the postgres data to my local machine makes ...