Skip to content

tr1sm0s1n/fiber-postgres-api

Repository files navigation

Fiber-Postgres-API

Fiber API for CRUD operations in PostgreSQL.

🛠 Built With

Go Badge Fiber Badge PostgreSQL Badge Docker Badge

⚙️ Run Locally

Clone the project

git clone https://github.com/tr1sm0s1n/fiber-postgres-api.git
cd fiber-postgres-api

Start the database

make up

View the database (optional)

make enter

Run the application

make run

For live reload, install air (optional)

make air

Run the application in watch mode

make dev

📜 License

Click here.

🎗️ Contributing

Click here.

⚖️ Code of Conduct

Click here.