Skip to content

Latest commit

 

History

History
61 lines (39 loc) · 1.14 KB

README.md

File metadata and controls

61 lines (39 loc) · 1.14 KB

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.