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

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.

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. ...