An open API service indexing awesome lists of open source software.

https://github.com/avijeetpandey/event-booking-backend

An event booking backend made using Go and Gin
https://github.com/avijeetpandey/event-booking-backend

backend-services event-booking golang jwt-authentication rest-api sqlite3

Last synced: 2 months ago
JSON representation

An event booking backend made using Go and Gin

Awesome Lists containing this project

README

          

## Event booking system backend :tada: :rocket:

This is an implementation of event booking backend implemented using go, gin and sqlite3, the application contains the following implementation

- route to login and signup users , with token generation
- ability to create event
- ability to update and delete event
- restrictions on events, which prevents it getting deleted/updated from other users