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

https://github.com/anonrig/wishlist-challenge


https://github.com/anonrig/wishlist-challenge

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## API Installation

- Run `cd api && yarn`
- Create a `wishlist-dev` database in your Postgresql instance
- Run instance using `yarn start`

## Client Installation

- Run `cd client && yarn`
- Run `yarn start` on the client directory to start React in development mode