Skip to content

learning nodejs framework using express series complete for beginner

Notifications You must be signed in to change notification settings

restuwahyu13/express-for-beginner

Repository files navigation

Express Beginner Series

Berikut ini adalah Basic penggunaan Framework Express yang dimana ini saya buat khususnya untuk Pemula, untuk memudahkan agar bisa maju ke tahap selanjutnya dan juga semoga dengan adanya tutorial ini dapat membantu teman - teman khususnya yang sedang belajar Nodejs .

Run Application:

  • install semua module dengan mengetikan npm install pada terminal
  • jalankan dengan mengetik npm start atau yarn start pada terminal

Features:

  • Template Engine
  • Authentication Passport
  • Auth Middleware JWT
  • Validation Form
  • Private Route
  • File Upload
  • Flash Message
  • Any More

Endpoit Routes :

Name Route Name Request Method
Register http://localhost:3000/user/register POST
Login http://localhost:3000/user/login POST
Home http://localhost:3000/ GET
Logout http://localhost:3000/resendtoken GET

About

learning nodejs framework using express series complete for beginner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published