Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lampesm/crud-fiber
- Owner: lampesm
- License: gpl-3.0
- Created: 2022-09-03T07:48:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-01T12:48:23.000Z (about 2 years ago)
- Last Synced: 2024-06-20T06:30:47.031Z (7 months ago)
- Topics: crud, crud-api, docker, fiber, golang, jwt, jwt-authentication, postgresql
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)