This is a backend for the Great Comcat Engineering project. It is a RESTful API that allows users to create, read, update, and delete data from a MongoDB. The architecture is a serverless appraoch using Vercel's serverless functions. The API is built with Go using Go Gin Gonic and the MongoDB driver.
- Clone the repository
- Run
go mod downloadto download the dependencies - Run
go run main.goto start the server - The server will be running on
localhost:8080
View the API documentation here