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

https://github.com/eliacontini/book-store

Displays data about book stores: best sellers and rating.
https://github.com/eliacontini/book-store

javascript json-api reactjs

Last synced: 2 months ago
JSON representation

Displays data about book stores: best sellers and rating.

Awesome Lists containing this project

README

          

# Book store

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

The project has a backend (`book-store-api`) and a frontend (`book-store`).

## Backend (`book-store-api`)

### Install depencecies for backend

$ cd book-store-api
$ npm install

### Run backend

$ cd book-store-api
$ npm start

Server listens to at `http://localhost:3000`.

## Frontend (`book-store`)

### Install depencecies for frontend

$ cd book-store
$ npm install

### Run frontend

$ cd book-store
$ npm start

Frontend listens to at `http://localhost:8080`.

## Icons

For Rating component I used [Font awesome](https://fontawesome.com/how-to-use/on-the-web/using-with/react).

## Logo credit

Icon made by [Freepik](https://www.freepik.com) from [Flaticon](www.flaticon.com).