Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/neurosnap/listifi
- Owner: neurosnap
- Created: 2021-03-26T13:23:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-12T01:22:24.000Z (over 2 years ago)
- Last Synced: 2024-10-10T20:20:16.325Z (3 months ago)
- Topics: app, list, sharing
- Language: TypeScript
- Homepage: https://listifi.app
- Size: 2.82 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)