Student Regristration for student who start go to school soon. Simple and fast CRUD web application to make record of student biodata for school registration. There's dev branch for development purpose and added gulpfile to minify css and javacsript file.
- Insert data of student to database
- Update data that already inserted to database
- Delete unnecessary data in database
- Gulpfile to minify css and javascript file
- Node JS
- Express JS
- Mysql
- Body-Parser
- EJS view engine
ID | Name | Age | Country | |
---|---|---|---|---|
1 | H4Ik3n90 | H4Ik3n90@gmail.com | 20 | England |
2 | Other | Other@gmail.com | 22 | Spanyol |
Install Dependencies
$ npm i express ejs express-ejs-layouts body-parser mysql --save
For development purpose add some dependencies
$ npm i gulp gulp-terser gulp-clean-css --save-dev
Run web server
$ npm run serve
NOTE : If you want to minify css and javascript file you can run gulp
$ npm run build