Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hariclerry/book-management-frontend
This frontend app is built using ReactJs
https://github.com/hariclerry/book-management-frontend
Last synced: 1 day ago
JSON representation
This frontend app is built using ReactJs
- Host: GitHub
- URL: https://github.com/hariclerry/book-management-frontend
- Owner: hariclerry
- Created: 2020-05-27T18:09:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-19T00:34:53.000Z (over 2 years ago)
- Last Synced: 2023-03-04T09:12:58.295Z (almost 2 years ago)
- Language: JavaScript
- Size: 25.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Book Management API
Book Management APP is a system that creates and stores books.
### FEATURES
With Book Management APP you can:
* Create a user account
* Login into the user account
* Add books
* view a list of all books
* Update a book
* Delete a book### Requirements
* Node v12.0.0
* React.js framework### Installation
1. Clone the repository
2. Install dependencies
```npm install```3. Run app
```npm start```4. To build the app
```npm run build```5. Testing
```npm run test```
### Checkout the live app on heroku
http://book-management-app-frontend.herokuapp.com/