This is IT5007 Project Repo!
Step 1: Download the git repo on your own PC. (Docker container)
Step 2: Go to ./shopall/api and run npm install to install all the packages needed for the backend server.
Step 3: Under ./shopall/api folder, run npm start to start the backend server.
You can verify the server is running by browsing localhost:5000/graphql. If the GraphQL UI is shown, then the backend is successfully started.
Step 4: Under ./shopall folder, run npm install to install all the packages needed for the frontend.
Step 5: Under ./shopall folder, run npm start to start the UI. Now you can verify the website is running by browsing localhost:3000.
If you have any problems in execution, please contact [email protected] immediately.