GithubHelp home page GithubHelp logo

book-management-system's Introduction

Book Management System

NOTE: This repository is assignment given from Walbury Technolabs as one of the round in Interview process.

User Permissions

A user can

  • register himself on the app
  • Login to the app
  • view and edit his profile
  • add or modify books
  • view all users with the app

Installation

> git clone https://github.com/msquare-2/Book-Management-System.git
> cd Book-Management-System
> npm install
> npm run dev

Repository layout

The following is a non-exhaustive list of folders explaining the general layout strategy of the repository:

  • / : Repo root
  • /backend : Backend Code
    • /config : All Config Files here
      • /dbconnect.js : Connect to Data Base function
    • /middleware : Middlewares inside
      • /authMiddleware.js : Handles authentication
      • /errorMiddlewareHandler.js : Handles errors
    • /models : Data Models inside
      • /Book.js : Book Data Model
      • /User.js : User Data Model
    • /routes : All routes inside
      • /bookRoutes.js : Routes for book management
      • /userRoute.js : Routes for User management
    • /server.js : Main Server file
  • /frontend : Frontend Code
    • /src : react source folder
      • /assets : All static assets
        • /componets : react components
          • /Books : Book Component files inside
          • /Home : Home Component filees inside
          • /Loading : Loadng Component filees inside
          • /Navbar : Navigation-Bar Component filees inside
          • /Profile : Profile Component filees inside
          • /Users : Users Component filees inside

Tech Stack Used

The MERN Stack

  • MongoDB - Document database - to store data as JSON
  • Express.js - Back-end web application framework running on top of Node.js
  • React - Front-end web app framework used
  • Node.js - JavaScript runtime environment

Middleware

  • Redux - For flux architecture, and fetching rapidly data
  • Mongoose - ODM for MongoDB

book-management-system's People

Contributors

msquare-2 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.