Skip to content

Commit

Permalink
Update Assignment1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
carriezhengjr authored Nov 18, 2023
1 parent cc0826b commit 19773f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Assignment1.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@
| 3 | Set up the environment variables in `.env` for `backend/question-service` and `frontend`. |
| 4 | `cd` into `backend/question-service` and `frontend`. Run `npm install` to install the dependencies for `question-service` and `frontend`. Note: You may need to run `npm i --save-dev @types/cors` and `npm i --save-dev @types/express` should you encounter any errors. |
| 5 | In `frontend` and `backend/question-service`, run `npm start`. Access the frontend by navigating to `localhost:3000` in your browser. |
| 6 | The landing page will show "No questions found" at first. This is because all our questions in the database are scraped from Leetcode, so it would take a while, as long as 2 minutes, to load all 2354 questions. Wait for the questions to appear on the landing page before performing CRUD. |
| 6 | The landing page will show "No questions found" at first. This is because all our questions in the database are scraped from Leetcode, so it would take a while, as long as 2 minutes, to load all 2354 questions. Wait for the questions to appear on the landing page before performing CRUD. |

Before:
<img width="1672" alt="Screenshot 2023-11-18 at 10 24 56" src="https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g17/assets/97394017/6c2e0b82-9f7f-4361-855b-63e2c43a2561">

After waiting:
<img width="1670" alt="Screenshot 2023-11-18 at 10 24 44" src="https://github.com/CS3219-AY2324S1/ay2324s1-course-assessment-g17/assets/97394017/5624ccd5-5303-4d8e-84bd-49309604f8e0">

0 comments on commit 19773f4

Please sign in to comment.