Inital Commit

This commit is contained in:
2023-01-28 22:01:59 +01:00
commit 116dc1dcb0
16 changed files with 1980 additions and 0 deletions

8
Readme.md Normal file
View File

@@ -0,0 +1,8 @@
# BikeRideViewer
Install using `npm install`
Dev-Enviroment: NodeJS 18 and MySQL
Build with Express.JS framework
Based on this [Soure](https://www.webslesson.info/2022/04/insert-update-delete-data-from-mysql-in-node-js-using-express-js.html#step3)