Skip to content
/ web-lib Public

A web library that contains a base of books with the feedbacks from readers

License

Notifications You must be signed in to change notification settings

IvaTsu/web-lib

Repository files navigation

web-lib (i.e. Web Library)

It is a web version of the Library or Book Store. It is a database with the Books, that based on users first. The users are able to post reviews, quotes from the books they read and like. They also are able to sell or exchange books among the users.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites and Installing

What things you need to install the software and how to install them. A step by step series of examples that tell you have to get a development environment running.

  • Node - Current version is 9.2.0

To run it on your machine, follow these steps:

  • git clone https://github.com/IvaTsu/web-lib.git
  • cd web-lib
  • npm install
  • npm build-dev to enable live reload
  • npm build-prod for production
  • Open localhost:7700 to see results

Running the tests

Explain how to run the automated tests for this system

Break down into end to end tests

Explain what these tests test and why

And coding style tests

Explain what these tests test and why

Deployment

Add additional notes about how to deploy this on a live system

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ivan Tsud

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone who's code was used
  • Inspiration
  • etc