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

https://github.com/kinfe123/booky-dump

Just yet another booky trello :)
https://github.com/kinfe123/booky-dump

Last synced: about 1 year ago
JSON representation

Just yet another booky trello :)

Awesome Lists containing this project

README

          

# Hmmm..
Just another web

This is just a CRUD Template with Nextjs + Shadcn + Tailwindcss + Serverless FastAPI + Supabase (BaaS)
```bash
git clone https://github.com/Kinfe123/booky-dump
```
```bash
cd booky-dump
```
```bash
npm install
```
For starting them concurrently , you can use
```bash
npm run dev
```

For FastApi server
```bash
npm run fastapi-dev
```
For Nextjs
```bash
npm run next-dev
```