Event API banner

Event API

3 devlogs
2h 52m 33s

API for all events!

This project uses AI

I used a significant amount of AI.

Repository

Loading README...

Tanuki

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:

Attachment
Attachment
Attachment
0
Tanuki

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.

Attachment
0
Tanuki

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!

Attachment
Attachment
0