32 group website project
This project is for educational porpuses only. Pull request are welcome, but priority for project authors! Thank you for your cooperation!
- Javascript
- Bootstrap
- Responsive design
- Getting data from MySQL database
- Using ejs for data views
- CRUD
- Download.
- npm install (express, express-flash, express-session, method-override, ejs, mysql should be installed);
- Start xampp or similar.
- in phpMyAdmin there should be classicmodels database.
- If database name is different it should be modified in lib/database.js document.
- In terminal: node index.js
- In browser:
- http://127.0.0.1:3000/products or
- http://127.0.0.1:3000/employees or
- http://127.0.0.1:3000/productlines
Agne: Github