https://github.com/tr1sm0s1n/fiber-postgres-api
Fiber API for CRUD operations in PostgreSQL.
https://github.com/tr1sm0s1n/fiber-postgres-api
api crud docker docker-compose fiber go gofiber golang gorm postgres postgresql sql
Last synced: 9 months ago
JSON representation
Fiber API for CRUD operations in PostgreSQL.
- Host: GitHub
- URL: https://github.com/tr1sm0s1n/fiber-postgres-api
- Owner: tr1sm0s1n
- License: mit
- Created: 2023-08-11T07:06:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-09T07:17:01.000Z (over 1 year ago)
- Last Synced: 2025-03-19T06:55:11.760Z (over 1 year ago)
- Topics: api, crud, docker, docker-compose, fiber, go, gofiber, golang, gorm, postgres, postgresql, sql
- Language: Go
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Fiber-Postgres-API
Fiber API for CRUD operations in PostgreSQL.
## 🛠 Built With
[](https://go.dev/)
[](https://gofiber.io/)
[](https://www.postgresql.org/)
[](https://www.docker.com/)
## ⚙️ Run Locally
Clone the project
```bash
git clone https://github.com/tr1sm0s1n/fiber-postgres-api.git
cd fiber-postgres-api
```
Start the database
```bash
make up
```
View the database (optional)
```bash
make enter
```
Run the application
```bash
make run
```
For live reload, install air (optional)
```bash
make air
```
Run the application in watch mode
```bash
make dev
```
## 📜 License
Click [here](./LICENSE.md).
## 🎗️ Contributing
Click [here](./CONTRIBUTING.md).
## ⚖️ Code of Conduct
Click [here](./CODE_OF_CONDUCT.md).