tr1sm0s1n / gin-mongo-api

Gin API for CRUD operations in MongoDB.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gin-Mongo-API

Gin API for CRUD operations in MongoDB.

๐Ÿ›  Built With

Go Badge Gin Badge MongoDB Badge Docker Badge

โš™๏ธ Run Locally

Clone the project

git clone https://github.com/tr1sm0s1n/gin-mongo-api.git
cd gin-mongo-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 air

๐Ÿ“œ License

Click here.

๐ŸŽ—๏ธ Contributing

Click here.

โš–๏ธ Code of Conduct

Click here.

About

Gin API for CRUD operations in MongoDB.

License:MIT License


Languages

Language:Go 82.6%Language:Makefile 17.4%