Skip to content

Latest commit

 

History

38 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Library Management System

This project is a Library Management System built using the MERN stack (MongoDB, Express, React, Node.js). The frontend is built using React and associated extensions and tools, while the backend is based on Express and Node.js, with MongoDB as the database. The app is deployed on Vercel.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js installed on your machine.
  • MongoDB installed and running.

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/GruffElixir/SOI_WebDev_2024
  2. Navigate to the frontend directory and install the dependencies:

    cd app
    npm install
  3. Start the frontend development server:

    npm run dev
  4. Open a new terminal and navigate to the backend directory:

    cd server
    npm install
  5. Start the backend server:

    npm start

Usage

  1. Ensure MongoDB is running.
  2. Open your browser and navigate to the frontend development server URL (usually http://localhost:5173).
  3. Use the application to manage your library.

Deployment

The app is deployed on Vercel. You can visit the deployed application at:

Deployed App URL

Contributing

To contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature-branch-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the original branch: git push origin feature-branch-name.
  5. Create the pull request.

Contact

If you have any questions or suggestions about the project, feel free to contact either of us:

License

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

About

Project of team TechX4 in the WebDev problem statement of IIT Dharwad Summer Of Innovation 2024

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages