Skip to content

library portal helps admins to manage all readers and helps readers to see what books are available for them

License

Notifications You must be signed in to change notification settings

holateam/library-portal

Repository files navigation

library-portal

library portal helps admins to manage all readers and helps readers to see what books are available for them

Authors

Getting Started

To get started with the library do the following steps:

Download

Clone the project, use the next command:

git clone https://github.com/holateam/library-portal.git

Install dependencies

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

Expand the database

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

What it takes to design the frontend?

1. Install gulp globally

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

2. Enter the public directory and run the npm install:

cd public && npm install

3. Install bower globally:

$ npm install -g bower

4. install dependencies listed in bower.json:

$ bower install

5. Run function gulp watch:

$ gulp watch

About

library portal helps admins to manage all readers and helps readers to see what books are available for them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published