https://github.com/anonrig/wishlist-challenge
https://github.com/anonrig/wishlist-challenge
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anonrig/wishlist-challenge
- Owner: anonrig
- Created: 2018-02-26T11:49:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T13:33:50.000Z (over 8 years ago)
- Last Synced: 2025-03-21T22:31:47.087Z (over 1 year ago)
- Language: JavaScript
- Size: 86.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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