Skip to content

febriadj/e-library

Repository files navigation

E-Library

Getting Started

Step 1: Fork and clone this repository.

git clone https://github.com/{username}/e-library.git

Step 2: Create MySQL database.

mysql -u root
mysql> CREATE DATABASE elibrary;

Step 3: Rename the .env.example file to .env

mv .env.example .env

Step 4: Install dependencies.

npm install

Step 5: Run the app in development mode. then open http://localhost:3000 in the browser.

npm run dev

Preview

dashboard book-01 book-02 book-03 loan-01 loan-02 loan-03 member-01 member-02 member-03

About

E-library is a library management system that allows the librarians to simplify books, members, and books lending management

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages