Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 483 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 483 Bytes

#demo https://openlabtekkom.herokuapp.com/

login as admin

  • user: admin123
  • password: admin123

React-mongo-express

install on folder Server

  • install jsonwebtoken
  • install express
  • install bcrypt
  • install mongoose
  • install cors
  • install router

install on folder Client

  • install react-center
  • install material-ui
  • install axios
  • npm i simple-webstorage --save

run server on folder Server

  • cd Server
  • npm run dev

run client on folder Client

  • cd Client
  • npm start