Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ujjwal-kr/go-bucketlist-server

Golang API at production, serving my bucketlist react js app.
https://github.com/ujjwal-kr/go-bucketlist-server

fasthttp go go-fiber golang mongodb

Last synced: about 1 month ago
JSON representation

Golang API at production, serving my bucketlist react js app.

Awesome Lists containing this project

README

        

This is the API server for `ujjwal-kr/bucketlist` react app.

Written In - GOlang

Tech Used-
1. MongoDB
2. go-jwt (secure transfer of claims)
3. Fiber (fast-http)

Started as a prototype, changes accumutated only in the `main.go` file, kinda hard to manage but JUST WORKS.
Most Documentation by commenting.