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
- Host: GitHub
- URL: https://github.com/avijeetpandey/event-booking-backend
- Owner: avijeetpandey
- Created: 2024-06-24T17:30:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-03T17:36:03.000Z (about 2 years ago)
- Last Synced: 2025-01-25T06:25:25.409Z (over 1 year ago)
- Topics: backend-services, event-booking, golang, jwt-authentication, rest-api, sqlite3
- Language: Go
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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