https://github.com/robertbenjamin/coinlist
A small app to display and filter all cryptocurrencies.
https://github.com/robertbenjamin/coinlist
Last synced: over 1 year ago
JSON representation
A small app to display and filter all cryptocurrencies.
- Host: GitHub
- URL: https://github.com/robertbenjamin/coinlist
- Owner: robertbenjamin
- Created: 2018-10-28T03:48:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-28T04:12:40.000Z (over 7 years ago)
- Last Synced: 2025-01-08T06:49:27.990Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coinlist
A simple combined API / client application that displays and filters all the cryptocurrencies from the [coinlist NPM package](https://github.com/lukechilds/coinlist).
## Setup
```sh
npm i; cd client; npm i; cd ..
npm start
```
## Running All Tests
```sh
npm test; cd client; npm test; cd ..
```
## Project Structure
`api` contains the controller and routes of the Express app.
`client` contains the frontend React app.