An open API service indexing awesome lists of open source software.

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.

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

![screenshot of this game](https://i.imgur.com/AVsjBQ1.png)
![screenshot of this game](https://i.imgur.com/zOcXyN9.png)

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