Categorygithub.com/robert-tyssen/go-auth-jwt-demo
module
0.0.0-20240422234044-55d825fae797
Repository: https://github.com/robert-tyssen/go-auth-jwt-demo.git
Documentation: pkg.go.dev

# README

Go Auth JWT Demo

This project is a simple web application demonstrating the use of JSON Web Tokens (JWT) in a Go application. The application is a server which exposes several endpoints, including user sign-up and sign-in.

Tech Stack Used

To be completed

Features

To be completed

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

  • Go version 1.20
  • MongoDB connection (this project uses MongoDB Atlas)

Installing

A step by step series of examples that tell you how to get a development environment running.

  1. Clone the repository:
git clone https://github.com/username/go-auth-jwt-demo.git
  1. Navigate to the project directory:
cd go-auth-jwt-demo
  1. Install the dependencies:
go get
  1. Create .env file and populate variables. See .env.example for template

  2. Run the application:

go run cmd/main.go

Running Automated Tests

TO BE COMPLETED

Authors

License

This project is licensed under the MIT License

# Packages

No description provided by the author