-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -48,10 +48,10 @@ Run the following command inside of the root folder: npm start | |
|
||
NOTE: It will start the NodeJS backend and the ReactJS frontend at the same time. | ||
|
||
#### It’s time to login: Login is restricted. Currently, there’s only one email with approval: | ||
##### Email: [email protected] | ||
##### Password: test_1234 | ||
You can edit that list inside of the config file, located in: frontend\src\config\config.js | ||
##### It’s time to login: Login is restricted. Currently, there’s only one email with approval: | ||
###### Email: **[email protected]** | ||
###### Password: **test_1234** | ||
You can edit that list inside of the config file, located in: **frontend\src\config\config.js** | ||
|
||
This part is very important: After you get redirected, copy the code received from Google, go back to localhost: 3000 or Heroku (depending on where you're doing the testing), paste it into your app and confirm. | ||
|
||
|