Skip to content

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

Notifications You must be signed in to change notification settings

Daffa-Khayruyardan/student-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published