An open API service indexing awesome lists of open source software.

https://github.com/tokiory/waitread

📚 My personal reading list
https://github.com/tokiory/waitread

astro curated-list reading reading-list

Last synced: 5 months ago
JSON representation

📚 My personal reading list

Awesome Lists containing this project

README

          

# Wait, read




Personal reading list.

- ⚒️ All content files are located in [Supabase](https://supabase.com);
- 👨‍🚀 Built on top of [Astro](https://astro.build);
- ✨ Uses [Tailwind CSS](https://tailwindcss.com);

# Database

```sql
CREATE TABLE articles (
id SERIAL PRIMARY KEY,
name TEXT NOT NULL,
topic TEXT NOT NULL,
title TEXT NOT NULL,
url TEXT NOT NULL,
favorite BOOLEAN NOT NULL,
tags TEXT[] NOT NULL,
status TEXT NOT NULL,
);
```

> [INFO] Yep, only one table.

# License

[MIT](https://choosealicense.com/licenses/mit/)

---

⭐️ Built on top of [Astro](https://astro.build), [Vercel](https://vercel.com) and [Supabase](https://supabase.com).