# 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
-
Clone the repository:
https://github.com/GiorgiMakharadze/event-booking-golang.git cd event-booking-golang
-
Run the Application:
make run
- Access the Application:
The API has started at http://localhost:8000
.