Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahul01/sveltekit-nestjs-todo
sveltekit nestjs todo app
https://github.com/shahul01/sveltekit-nestjs-todo
nestjs postgres supabase sveltekit
Last synced: 4 months ago
JSON representation
sveltekit nestjs todo app
- Host: GitHub
- URL: https://github.com/shahul01/sveltekit-nestjs-todo
- Owner: shahul01
- Created: 2024-08-11T07:26:07.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-15T09:07:15.000Z (6 months ago)
- Last Synced: 2024-09-28T10:42:15.020Z (4 months ago)
- Topics: nestjs, postgres, supabase, sveltekit
- Language: TypeScript
- Homepage:
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sveltekit-nestjs
## Todo app## Techstack
- SvelteKit
- NestJS
- Supabase
- Postgres## Screenshots
![home.png](./frontend/static/screenshots/home.png)## To run
```
# in one terminal
cd frontend
npm i
npm run dev
```
```
# using another terminal
cd backend
npm i
npm run start:dev
```