# README
⚙️ An example REST API built on a Fiber.
REST API built on a Fiber framework with Swagger documentation, a PostgreSQL database, JWT authentication and contenrezation in Docker compose.
How to deploy
- Install Docker.
- Launch
docker-compose.yaml
at the root of the project:
docker compose up
- Unfortunately, I have not yet implemented automatic deployment of tables in the database, so I will need to manually initialize the migration or send an SQL query to the psql utility.
- Visit the swagger documentation page http://127.0.0.1:3000/swagger/api/v1/index.html.