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

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

📚 Rise Above The Framework: Simple CRUD application (Custom Elements)
https://github.com/dimabory/book-store

Last synced: 12 months ago
JSON representation

📚 Rise Above The Framework: Simple CRUD application (Custom Elements)

Awesome Lists containing this project

README

          

# Book Store
Book Store is the simple CRUD application.

![Image of Yaktocat](https://i.imgur.com/qPzW6Dc.jpg)

## Getting Started

```bash
$ git clone git@github.com:dimabory/book-store.git
```

### Prerequisites
Check you installed npm package manager and node envitonment:
```bash
$ npm -v
3.5.2
$ node -v
v8.10.0

```

### Installing
```bash
$ npm install
```

### How to run?
- Build assets:
```bash
$ npm run build
```
- Run fake api (json-server):
```bash
$ npm run start:json-server
```
- Run dev web server:
```bash
$ npm run start:dev
```

## Built With

* *Vanilla js (ES6)*.
* [Webpack](https://webpack.js.org/) - module bundler.
* [JSON-Server](https://github.com/typicode/json-server) - fake REST API with zero coding in less than 30 seconds.
* [faker.js](https://github.com/marak/Faker.js/) - generates massive amounts of fake data in the browser and node.js.

## Acknowledgments

* Self-evaluation;
* inspiration
* etc.

---
PS:
> A special thanks to Andrii Telenko for the interesting task and interview.