Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lampesm/crud-fiber

curd fiber
https://github.com/lampesm/crud-fiber

crud crud-api docker fiber golang jwt jwt-authentication postgresql

Last synced: about 2 months ago
JSON representation

curd fiber

Awesome Lists containing this project

README

        

# CURD Fiber

[Fiber](https://github.com/gofiber/fiber) is a fast and powerful web framework. In this project you will learn how to perform **CURD** operations on Postgres

## Requirements
- docker
- docker-compose

## Use

`docker-compose up -d`

**Swagger**
- http://127.0.0.1:3005/swagger/index.html

**adminer**
- http://127.0.0.1:8084/

## LICENSE

[GNU](https://github.com/lampesm/crud-fiber/blob/main/LICENSE)