Skip to content

leandrokanis/bookshelf-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Awesome Bookshelf 📚

Version Documentation License: MIT Twitter: leandrokanis

Simple Bookshelf that uses Google Book Search API

Demo

Install

Requirements:

  • node >= 12
  • yarn >= 1.22

Install dependencies

yarn install

Usage

yarn run start

You can use Docker as well

First, create a network called bookshelf:

sudo docker network create -d overlay bookshelf

You can run it:

sudo docker-compose up

Run tests

yarn run test

Author

👤 Leandro Alves

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2021 Leandro Alves.
This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator