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 :)
- Host: GitHub
- URL: https://github.com/kinfe123/booky-dump
- Owner: Kinfe123
- License: mit
- Created: 2023-12-10T09:50:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-01T08:41:50.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:29:08.333Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```