library portal helps admins to manage all readers and helps readers to see what books are available for them
- Dmitriy Malyarenko ([email protected])
- Alex Belokon ([email protected])
- Konstantin Russo ([email protected])
- Serhii Kobzin ([email protected])
- Andrey Chudinovskyh ([email protected])
To get started with the library do the following steps:
Clone the project, use the next command:
git clone https://github.com/holateam/library-portal.git
First, install nodejs if you had not already done.
https://nodejs.org/en/
To install necessary packages open the root project folder in terminal, and use the next command:
npm i
To expand the database enter this command in the root of project:
sudo bash expand_db.sh -b library -u librarian -p password
or this command, to expand demo:
sudo bash expand_db.sh -b library -u librarian -p password -d
If you have previously installed a version of gulp globally, please run npm rm --global gulp
to make sure your old version doesn't collide with gulp-cli.
$ npm install --global gulp-cli
cd public && npm install
$ npm install -g bower
$ bower install
$ gulp watch