Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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`