Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/neurosnap/listifi

Create lists to share with everyone
https://github.com/neurosnap/listifi

app list sharing

Last synced: 2 months ago
JSON representation

Create lists to share with everyone

Awesome Lists containing this project

README

        

# listifi

Sharable lists

- Create sharable lists with ease.
- Explore lists shared by others.
- Vote on lists.

## development

You'll need node `12.18.4`

```bash
yarn
```

Create an environment file and make the necessary changes

```bash
cp example.env .env
```

If you have a local postgres server running then you'll need to stop it and use
docker-compose:

```bash
docker-compose up -d
```

Run migrations

```bash
make migrate
```

## running dev

```bash
make dev:server
```

then in a separate terminal

```bash
make dev
```

point browser to the server: [localhost:3000](http://localhost:300)