Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 401 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 401 Bytes

Event booking system backend 🎉 🚀

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