Table of Contents
This project is a website that allows to manage a database of products, and to manage the stock of these products. The website is made with vanilla JS, and the API is made with Nodejs and Express. The database is managed with MySQL.
You could find presentation at this url
List of technologies / frameworks used during the project.
- Express
- Nodejs
- Serialport
- MySQL
To get a local copy up and running follow these simple example steps.
Need nodejs and npm installed on your machine.
Working database and change the config file in the api folder.
Connected serial port to get data from a machine.
To run application :
npm run start
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
Reach me at : gauron.dorian.pro@gmail.com.
Project Link: https://github.com/Michelprogram/blind-test.git
This space is a list to resources i found helpful and would like to give credit to.