Dev-Code-Community / TechNexus-Backend

https://devcode-technexus.vercel.app
0 stars 3 forks source link

feat: POST /events #9

Open Ruclo opened 3 days ago

Ruclo commented 3 days ago

Added support for POST method on the /events endpoint. Rn it supports json body but should be easy to adapt to support even form data. The date gets weird with timezones tho. Didnt try to implement the images and location, dont know where you plan to store them. Also idempotency might be nice ?

5

pawarspeaks commented 3 days ago

@kaustubhdeokar please review and merge