https://github.com/olyop/go-warriors
"Go, Warriors!" is a simple NBA game scheduler viewer web application.
https://github.com/olyop/go-warriors
Last synced: 10 months ago
JSON representation
"Go, Warriors!" is a simple NBA game scheduler viewer web application.
- Host: GitHub
- URL: https://github.com/olyop/go-warriors
- Owner: olyop
- License: mit
- Created: 2024-03-25T07:56:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-25T06:19:41.000Z (about 2 years ago)
- Last Synced: 2025-08-12T14:57:07.403Z (10 months ago)
- Language: TypeScript
- Homepage: https://gowarriors.com.au
- Size: 275 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Go Warriors
"Go, Warriors!" is a simple NBA game scheduler viewer web application.
The name is a combination of the new programming language I am learning, Go, and my favourite NBA team, "Golden State Warriors".
## Plan
1. Learn Go lang basics
2. Learn net/http
3. Build a basic http JSON RESTful API with the stdlib
4. Learn Go Chi
5. Build a fully featured http JSON RESTful API with Go Chi
6. Build React.js client (maybe with Next.js)
7. Add Auth0 to client side
8. Authenticate bearer token server-side
9. ...