# 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.
- Clone the repository:
git clone https://github.com/username/go-auth-jwt-demo.git
- Navigate to the project directory:
cd go-auth-jwt-demo
- Install the dependencies:
go get
-
Create .env file and populate variables. See .env.example for template
-
Run the application:
go run cmd/main.go
Running Automated Tests
TO BE COMPLETED
Authors
- Robert Tyssen (Github)
License
This project is licensed under the MIT License
- See LICENSE file for details.
# Packages
No description provided by the author