https://github.com/maheshpaulj/enterprise-and-cargo-inventory-management-system
DBMS project made for 4th semester for the course Database Management System. MySQL is used for the database and connected to the frontend using NodeJS.
https://github.com/maheshpaulj/enterprise-and-cargo-inventory-management-system
dbms frontend inventory-management-system mysql nodejs
Last synced: 4 months ago
JSON representation
DBMS project made for 4th semester for the course Database Management System. MySQL is used for the database and connected to the frontend using NodeJS.
- Host: GitHub
- URL: https://github.com/maheshpaulj/enterprise-and-cargo-inventory-management-system
- Owner: maheshpaulj
- Created: 2024-05-26T13:45:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-26T13:52:55.000Z (about 1 year ago)
- Last Synced: 2025-01-08T16:57:41.460Z (5 months ago)
- Topics: dbms, frontend, inventory-management-system, mysql, nodejs
- Language: HTML
- Homepage:
- Size: 1.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Enterprise and cargo inventory management system
DBMS project made for 4th semester for the course Database Management System. MySQL is used for the database and connected to the frontend using NodeJS.
# Screenshots

# Installation
you can try this code by yourself:
- clone this repo and change the lines (10-13) in server.js to the details of your MySQL details.
- run the command ```npm install``` to install required packages.
- next run the command ```node server.js```, and open localhost:3000 in your browser.## Contributing
Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.Please make sure to update tests as appropriate.