Categorygithub.com/GiorgiMakharadze/event-booking-golang
repositorypackage
0.0.0-20240906111737-8842b4425dec
Repository: https://github.com/giorgimakharadze/event-booking-golang.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Event management go

This is a simple project for Golang Gin auth and Events CRUD.

Features

  • User registration,and login with bcrypt password hashing
  • JWT-based authentication
  • Middleware for authentication and CSRF token validation

Setup and Installation

  1. Clone the repository:

    https://github.com/GiorgiMakharadze/event-booking-golang.git
    cd event-booking-golang
    
  2. Run the Application:

make run
  1. Access the Application:

The API has started at http://localhost:8000.