Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ujjwal-kr/go-bucketlist-server
- Owner: ujjwal-kr
- Created: 2020-10-24T10:49:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T15:38:28.000Z (about 4 years ago)
- Last Synced: 2024-06-20T16:48:17.498Z (6 months ago)
- Topics: fasthttp, go, go-fiber, golang, mongodb
- Language: Go
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.