Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 562 Bytes

What are we going to build?

We are going to build a basic server in Go and set up authentication endpoints. Which can sign up a new user, login an existing user, and logout a user.

What I expect you to know

  1. The basics of Go Lang including its syntax.

What are we going to use?

  1. Fiber (An Express Inspired Framework written in Go)

What are we going to learn?

  1. We are going to learn how to create a new Go server with the Fiber framework
  2. We are going to learn how to work with slices.
  3. We are going to learn how to work with JWTs in Go.