Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowth6m/tuaysa-backend
Serverless backend for Tuaysa written in Go. Uses Gin Gonic, MongoDB and Vercel cloud functions.
https://github.com/gowth6m/tuaysa-backend
gin-gonic golang mongodb serverless tuaysa vercel
Last synced: about 1 month ago
JSON representation
Serverless backend for Tuaysa written in Go. Uses Gin Gonic, MongoDB and Vercel cloud functions.
- Host: GitHub
- URL: https://github.com/gowth6m/tuaysa-backend
- Owner: gowth6m
- Created: 2024-03-27T23:48:33.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-30T02:32:05.000Z (9 months ago)
- Last Synced: 2024-03-30T03:26:44.918Z (9 months ago)
- Topics: gin-gonic, golang, mongodb, serverless, tuaysa, vercel
- Language: Go
- Homepage: https://api.tuaysa.com
- Size: 12.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tuaysa Backend
## Description
This is a backend for the Tuaysa 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.
## How to run
1. Clone the repository
2. Run `go mod download` to download the dependencies
3. Run `go run main.go` to start the server
4. The server will be running on `localhost:8080`## Endpoints
View the API documentation [here](https://api.tuaysa.com/swagger/index.html)