Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```