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: 8 months 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T15:38:28.000Z (almost 5 years ago)
- Last Synced: 2025-01-15T10:27:45.677Z (9 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.