/libraryManagementSystem

Primary LanguagePHPApache License 2.0Apache-2.0

Library Management System

To run this project;

  • Install MongoDB
  • Include "php_mongodb.dll" into Apache server.
  • Install Composer PHP Driver
  • Include MongoDB library in the project

To include MongoDB library on this project, go to the project path via the command client:

$ cd 'project-path'
$ composer require "mongodb/mongodb=^1.0.0"