GithubHelp home page GithubHelp logo

web-based-library-management-system-v3's Introduction

Library Management System V3

Following feature will be added in this repo

  1. Server side caching
  2. Server side validation
  3. Scalable image upload
  4. Api rendering

Techonologies used in this application

Front-end

  1. React.js
  2. Bootstrap

Back-end

  1. Node.js
  2. Express.js
  3. MongoDB
  4. Passport.js

Install dependencies

Open git bash or command line tools at application file and run following npm command npm install if you have package.json file.

Install dev dependencies if needed

npm install faker --save-dev

Run the application

  • create a .env file in app directory
  • add SESSION_SECRET=<your session secret>, ADMIN_SECRET=<your admin secret>, DB_URL=<your mongodb url> and DB_NAME=<database_name> into that file. or
  • rename .env.example to .env
  • run npm run dev
  • App will open at [http://localhost:3000]

Functionalitites

Whole app is divided into three modules.

  • Admin
  • User
  • Browse books

Admin module functionalities

  • Sign up (This route is hidden. only accessible by typing the route manually and when admin log in)
  • Login
  • Logout
  • Track all users activities
  • Add books
  • Update books
  • Delete books
  • Out of stock books
  • Search books by category, title, author, ISBN
  • Find users by firstname, lastname, email and username
  • Delete user acount
  • Restrict individual user if violate any terms and conditions
  • Browse books showcase
  • Update admin profile and password
  • Add new admin
  • Delete currently logged in admin profile
  • Apporval and decline request books
  • Accept and decline return request

User module functionalities

  • Sign up
  • Login
  • Logout
  • Track own activities
  • Request books
  • Renew books
  • Return books
  • Browse books showcase
  • Add, edit and delete comment on any books comment section
  • Upload/Update profile picture
  • Update profile and password
  • Delete account

Browse books module functionalities

This module can be accessed by anyone

  • Show all books
  • Find books on filtered search

web-based-library-management-system-v3's People

Contributors

nandhuz-coder avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.