Giter Site home page Giter Site logo

library-management's Introduction

Library Management

Project Description

This aplication is about RESTful APIs for a single database multi-tenant Library Management Board.

This includes the following:

Super Admin Panel

• Create record • Edit a record • Delete a record • List all record • View all libraries • Create library • Edit a library • Delete a library • Create student or user • Edit a student or user • Delete a student or user • List all students or users

Admin View

• Create new tenant/user in same library • Update a tenant/user in same library • Delete a tenant/user in same library • List all tenants/users in same library • List all records in same library • View a record in same library • View a library

User Panel

• View a record • View a library

Project Setup

Cloning the GitHub Repository

Clone the repository to your local machine by running the terminal command below.

git clone https://github.com/Oluwablin/library-management

Setup Database

Create a MySQL database and note down the required connection parameters. (DB Host, Username, Password, Name)

Install Composer Dependencies

Navigate to the project root directory via terminal and run the following command.

composer install

Create a copy of your .env file

Run the following command

cp .env.example .env

This should create an exact copy of the .env.example file. Name the newly created file .env and update it with your local environment variables (database connection info and others).

Generate an app encryption key

php artisan key:generate

Migrate the database

php artisan migrate

Run the database seeds

php artisan db:seed

Postman Collection

https://documenter.getpostman.com/view/9649360/2s8ZDSckhK

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.