Webes alkalmazások fejlesztése 2021 projektfeladat
Design a WEB-based application for resource management, where resources can be booked like meeting rooms, laboratories, cars, etc. for a certain period of time. The system should incorporate a graphical user interface, where the users can make new bookings and modify their existing ones. Design and implement the related database.
Create test cases for validation. Make it documented. Use unified modeling language (UML) tools to present the structure of your software.
Telepítés: (windows-on git bash-el: https://git-scm.com/downloads)
git clone https://github.com/Balint197/WAF-2021
cd WAF-2021
npm install
DB: mySQL Workbench -> Server -> Data import -> az sql
mappában levő fileok megnyitása
Futtatás:
node app.js
És ezután az oldal elérhető a http://localhost:3000/
címen böngészővel.