Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sour-abh-raj/lms
This is a Library Management System (LMS) for administration and accounting.
https://github.com/sour-abh-raj/lms
express lms reactjs
Last synced: about 1 month ago
JSON representation
This is a Library Management System (LMS) for administration and accounting.
- Host: GitHub
- URL: https://github.com/sour-abh-raj/lms
- Owner: Sour-abh-Raj
- License: mit
- Created: 2023-11-07T09:16:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T08:46:07.000Z (8 months ago)
- Last Synced: 2024-05-02T21:59:59.140Z (8 months ago)
- Topics: express, lms, reactjs
- Language: JavaScript
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Library Management System
This is a Library Management System (LMS) for administration and accounting.
## Backend Server:
- Clone this repository ` git clone https://github.com/Sour-abh-Raj/lms.git`.
- Open a terminal in the project directory
- Run `npm install` to install node module dependencies.
- Run `npm run` to start the backend server.
- Make sure mongodb database is prepared and database server is running.
- Follow setup.txt for backend database setup.## Run the app:
- In the project frontend folder run ``` npm install ```.
- To access the app run ```npm start ```.
- Access the app in the browser by visiting http://127.0.0.1:3000.## License
[MIT](https://choosealicense.com/licenses/mit/)