Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morishin/atodeyomu.morishin.me
Save web pages to read later, track your reading history, and share your lists—or keep them private.
https://github.com/morishin/atodeyomu.morishin.me
Last synced: 23 days ago
JSON representation
Save web pages to read later, track your reading history, and share your lists—or keep them private.
- Host: GitHub
- URL: https://github.com/morishin/atodeyomu.morishin.me
- Owner: morishin
- Created: 2024-07-02T14:59:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T14:40:26.000Z (25 days ago)
- Last Synced: 2024-10-21T23:29:27.217Z (25 days ago)
- Language: TypeScript
- Homepage: https://atodeyomu.morishin.me
- Size: 2.63 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
- [psqldef](https://github.com/sqldef/sqldef/releases/latest): to migrate Database
- Docker: to run PostgreSQL Database locally## Setup
```sh
cp .env.example .env # And edit .env
``````sh
npm i --legacy-peer-deps
npm run dev
```## Manage Database Schema
1. Update `schema.prisma` manually.
1. Run `db/migrate`