Create a simple REST API Server + Client for Issues within 2 hours. Issues can be hard-coded JSON objects with just 3 attributes: id, title + description. The client + server should accept or send these hardcoded JSON objects according to each API call: Create, Read, Update & Delete. Push the code on a Github repo and record a short loom video (in the 2 hours).
Sigiloso
Wrote a Flask CRUD backend with Next.js frontend styled with tailwindcss. Created a short Loom video explaining my code choices and future improvements.