Categorygithub.com/c0caina/MyLibrary-fiber_rest_api
repositorypackage
0.0.0-20230806185307-8225113949c3
Repository: https://github.com/c0caina/mylibrary-fiber_rest_api.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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

  1. Install Docker.
  2. Launch docker-compose.yaml at the root of the project:
docker compose up
  1. 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.
  2. Visit the swagger documentation page http://127.0.0.1:3000/swagger/api/v1/index.html.