/student-register

✌️ Simple example of CRUD application using express js, node js, mysql, and some vanilla web app code.

Primary LanguageEJS


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.

features

  • 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

Requirement

  • Node JS
  • Express JS
  • Mysql
  • Body-Parser
  • EJS view engine

SQL Table Form

ID Name Email Age Country
1 H4Ik3n90 H4Ik3n90@gmail.com 20 England
2 Other Other@gmail.com 22 Spanyol

Usage

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