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

https://github.com/linux08/readables

Udacity Nanodegree readable project
https://github.com/linux08/readables

Last synced: 4 months ago
JSON representation

Udacity Nanodegree readable project

Awesome Lists containing this project

README

          

To get started :

* Install and start the API server
- `cd api-server`
- `npm install`
- `node server`
* In another terminal window
- `cd frontend`
- `npm install`
- `npm start`