API for all events!
I used a significant amount of AI.
API for all events!
I used a significant amount of AI.
I added the ability to cache, using https://upstash.com/.
I also added the ability to create an event, update an event, and delete an event, provided you have the API.
I also added the ability to filter by status:
Log in to leave a comment
A sample frontend was made!
Its basic HTML with JS and obv CSS. Looks pretty nice to me right now!
More specifically, the index.html loads, then JS runs two fetch() calls to the API simultaneously. The API returns JSON data from Airtable, and builds cards from airtable.
Log in to leave a comment
I created the API! Its pretty basic. The browser sends an HTTP request to the server, events calls it, and events calls it from the database. the records go back to the controller, which provides JSON to the browser. Heres how it works so far!
Log in to leave a comment