generated from CS3219-AY2324S1/course-assessment-template
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #125 from Wong-Jia-Jun/Assignment2
Update README.md
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# Assignment 2 Instructions | ||
|
||
1. Create the `.env` files in the respective directories based on the txt files submitted in Canvas (for ./backend/question-service, ./backend/user-service, ./frontend) | ||
2. Follow the README instructions in ./backend/question-service, ./backend/user-service, ./frontend and ./gateway on how to start up the services locally. Ignore instructions related to .env creation. | ||
2. Follow the README instructions in ./mongodb-database, ./backend/user-service, ./frontend and ./gateway on how to start up the services locally. Ignore instructions related to .env creation. | ||
3. Go to `http://localhost:3000` | ||
|