Skip to content

dhoniaridho/go-jwt-auth

Repository files navigation

Simple API with Go Language

A brief description of your project and its purpose.

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 do you need to install the software and how to install them:

  • Go version 1.15 or higher
  • Any other dependencies required for your project (e.g. database, third-party libraries, etc.)

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/dhoniaridho/project-name.git
  2. Copy environment variables:

        cp .env.example .env
  3. Install dependencies:

        make install
  4. Build the project:

        make build
  5. Run the project:

        make

Usage

Instructions for using the project, including any necessary environment variables and sample usage.

Running the tests

Explain how to run the automated tests for this system.

Deployment

Instructions for deploying the project in a live environment.

Built With

  • Go - The programming language used
  • Gin Gonic - HTTP server framework for go

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the LICENSE.md file for details.

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc.