Git Product home page Git Product logo

frappe-library-management-server's Introduction

Library Management System

This is a Library Management System project built using Django and React.

Project Overview

This project aims to provide a web-based Library Management System where users can manage books, members, issue and return books, and more.

Getting Started

Prerequisites

  • Node.js
  • Python
  • Docker (optional, for containerization)

Installation

  1. Clone the repository:
git clone https://github.com/your-username/library-management.git
  cd library-management```

2. Create a virtual environment for the project and activate it:

```bash
python -m venv venv
source venv/bin/activate      # On macOS/Linux
venv\Scripts\activate.bat     # On Windows
  1. Run the development server:
npm start

Note: After starting this please move to the client side folder and launch the project, to view the full-stack library management system.

Dockerization (optional)

  1. Build the Docker image:
docker build -t library-app .
  1. Run the Docker container:
docker run -it -p 3000:3000 library-app

Project Configuration

The Django project settings can be found in library_app/settings.py.

Please review and update settings as needed for your environment.

Contributing

Contributions are welcome! If you find a bug or have an enhancement suggestion, please open an issue or create a pull request.

License

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

frappe-library-management-server's People

Contributors

vatsrounak 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.