Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)