Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1019 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1019 Bytes

Documentation

This is an example of crud frontend project using React.js

  • React.js
  • Jwt Auth

Backend Node.js

https://github.com/indahsramonasari/nodejs-crud-using-jwt-auth.git

How to run web application

  • clone and run the backend project first (Backend Node.js)

  • npm install this project

  • npm start this project

  • the application will running on port 8081 (automatically appear on default browser)

  • Try to do a user registration, then #

  • Home homepage.png

  • Try to register #.png

  • Successfully # #-success.png

  • Try to # signin.png

  • Try to get and add a product add-get-product.png

  • Successfully add a product add-success.png

  • Update a product update.png

Reference