Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/