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

https://github.com/leegeunhyeok/noty

πŸ“ Daily note & Todo management with Noty!
https://github.com/leegeunhyeok/noty

Last synced: 24 days ago
JSON representation

πŸ“ Daily note & Todo management with Noty!

Awesome Lists containing this project

README

        

# Noty

## κ°œλ°œν™˜κ²½ μ„ΈνŒ…

- Server
```bash
npm i
```

- Client
```bash
# Comming soon..
```

- Prisma
```bash
cd src/prisma
docker-compose up -d
prisma deploy
```