Skip to content

Khater47/EZWH

Repository files navigation

EZWH - Code

Setup and start of frontend and backend

How to start backend

  1. Open a new shell
  2. In code folder run cmd cd server
  3. Run cmd npm install -g nodemon
  4. Run cmd npm install to install all modules
  5. Run cmd nodemon server.js

Steps 3 and 4 need to be executed ONLY THE FIRST TIME you start the server. Then just skip them and follow step 1,2,5.

How to start frontend

  1. Open a new shell
  2. In code folder run cmd cd client
  3. Run cmd npm install to install all modules
  4. Run cmd npm start

Steps 3 need to be executed ONLY THE FIRST TIME you start the frontend. Then just skip it and follow step 1,2,4.

List of hardcoded accounts

Password is always: testpassword

Customer: [email protected]

Quality Employee: [email protected]

Clerk: [email protected]

Delivery Employee: [email protected]

Supplier: [email protected]

Manager: [email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages