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.
- Host: GitHub
- URL: https://github.com/eliacontini/book-store
- Owner: EliaContini
- Created: 2021-03-19T15:15:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-19T15:15:16.000Z (over 5 years ago)
- Last Synced: 2025-04-05T00:42:49.125Z (about 1 year ago)
- Topics: javascript, json-api, reactjs
- Language: JavaScript
- Homepage:
- Size: 373 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).