GithubHelp home page GithubHelp logo

srenuuu / librarymanagementwebapp Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mernrad/librarymanagement

0.0 1.0 0.0 4.04 MB

Library Management Web App, built using the MERN stack

Shell 0.08% JavaScript 99.24% HTML 0.69%

librarymanagementwebapp's Introduction

Library Management App

Current version: v1.1

This is a simple fullstack web app for library management, built using the MERN stack.

Table of Contents
  1. About the project
  2. Getting Started
  3. Help
  4. Authors
  5. File Structure
  6. Gallery
  7. Version History
  8. License
  9. Acknowledgments

๐Ÿ”ฐ About the project

The system allows Librarians and Members to login to the web app (using accounts created by librarians)

Lbrarians can:

  • Manage (CRUD)
    • Authors
    • Genres
    • Books
    • Borrowals
    • Users

Members can:

  • View (R)
    • Authors
    • Genres
    • Books
    • Own borrowals
  • Add (C)
    • Own borrowals

Built with

MongoDB Node.js NPM React Git Github VS Code HTML CSS JS

โšก Getting Started

โ• Prerequisites

You need a computing environment with an up to date version of Windows/Mac OS/Linux and a working internet connection

  • Git
  • Node.js
  • NPM
  • A web browser (Chrome/Edge recommended)

๐Ÿ”ป Downloading

  • Clone the code repo using HTTPS, SSH or Github CLI
git clone https://github.com/MERNRAD/LibraryManagement.git

๐Ÿš€ Installing and executing (dev)

You will need the .env file containing the environment variables in order to use the system, please contact the authors

  1. cd to project folder (LibraryManagement)
  2. Run the following commands in terminal:
  • To install NPM packages
npm run install
  • To start both server and client applications
npm start
  1. Use the following demo accounts to login
  • Librarian
Email address: [email protected]
Password: librarian123
  • Member
Email address: [email protected]
Password: member123

โ“ Help

Contact authors if you need help or run into any issues

๐Ÿ‘ฅ Authors

๐Ÿ“‚ File Structure

.
โ”œโ”€โ”€ client
โ”‚   โ”œโ”€โ”€ public
โ”‚   โ”‚   โ”œโ”€โ”€ assets
โ”‚   โ”‚   โ””โ”€โ”€ index.html
โ”‚   โ””โ”€โ”€ src
โ”‚       โ”œโ”€โ”€ hooks
โ”‚       โ”œโ”€โ”€ sections
โ”‚       โ”‚   โ”œโ”€โ”€ @dashboard
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€ app
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€ author
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€ book
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€ borrowal
โ”‚       โ”‚   โ”‚   โ”œโ”€โ”€ genre
โ”‚       โ”‚   โ”‚   โ””โ”€โ”€ user
|       โ”‚   โ””โ”€โ”€ auth
โ”‚       โ”‚       โ””โ”€โ”€ login
โ”‚       โ”œโ”€โ”€ utils
โ”‚       โ”œโ”€โ”€ App.jsx
โ”‚       โ”œโ”€โ”€ index.js
โ”‚       โ”œโ”€โ”€ constants.js
โ”‚       โ””โ”€โ”€ routes.js
โ”‚
โ”œโ”€โ”€ server
โ”‚   โ”œโ”€โ”€ controllers
โ”‚   โ”œโ”€โ”€ models
โ”‚   โ”œโ”€โ”€ routes
โ”‚   โ”œโ”€โ”€ index.js
โ”‚   โ””โ”€โ”€ passport-config.js
โ”‚
โ”œโ”€โ”€ package.json
โ”œโ”€โ”€ README.md
โ””โ”€โ”€ LICENSE.md
  • Only the core files and directories are shown in the above tree
No File Name Details
1 server/index.js Node.js server app entry point
2 client/src/index.js Client react app entry point

๐Ÿ“ธ Gallery

Screenshot 2022-10-27 at 15 52 48 Large

Screenshot 2022-10-27 at 15 53 06 Large

Screenshot 2022-10-27 at 15 53 23 Large

Screenshot 2022-10-27 at 15 53 31 Large

Screenshot 2022-10-27 at 15 53 38 Large

Screenshot 2022-10-27 at 15 53 49 Large

Screenshot 2022-10-27 at 15 54 04 Large

Screenshot 2022-10-27 at 15 54 16 Large

Screenshot 2022-10-27 at 15 54 27 Large

Screenshot 2022-10-27 at 15 55 15 Large

๐Ÿ“„ Version History

๐Ÿ”’ License

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

๐ŸŒŸ Acknowledgments

Frontend React UI Template

librarymanagementwebapp's People

Contributors

srenuuu avatar abdullahjasmin avatar kaveesha8 avatar ravindu25 avatar induwarapathirana 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.