generated from CS3219-AY2324S1/course-assessment-template
-
Notifications
You must be signed in to change notification settings - Fork 3
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
2 changed files
with
50 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,2 +1,50 @@ | ||
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/6BOvYMwN) | ||
# AssignmentTemplate | ||
# CS3219-AY22-23-Project-Group-58 | ||
--- | ||
|
||
![LeetPal Logo](image.png) | ||
|
||
LeetPal at http://www.leetpal.com/ | ||
|
||
An online platform for interview preparation that offers practice questions and mock interviews with peers. Users can improve their coding, problem-solving, and communication skills in real-time and collaborative setting. | ||
|
||
--- | ||
|
||
### Start all services locally for manual testing | ||
|
||
#### Prerequisites : | ||
- Git | ||
- Docker and Docker Compose | ||
- Web Browser | ||
- .env files placed into each microservice folders and frontend folder. Please refer to the `.env.example` files for the required environment variables. | ||
|
||
|
||
Available users for testing: | ||
|
||
| Username | Password | Role | | ||
|----------|----------|----------| | ||
| {} | {} | admin | | ||
| {} | {} |normal user | | ||
|
||
--- | ||
#### Steps: | ||
|
||
##### Local environment setup: | ||
1. Clone the repository | ||
```bash | ||
git clone [email protected]:CS3219-AY2324S1/ay2324s1-course-assessment-g48.git | ||
``` | ||
2. Change directory to the repository, to apps. Do the following under frontend and each backend **microservices** folders: | ||
```bash | ||
yarn install | ||
``` | ||
3. Change directory back to the root of the repository. Do the following under the root folder: | ||
```bash | ||
yarn dev | ||
``` | ||
4. Open the browser and go to http://localhost:3000. | ||
|
||
<br></br> | ||
|
||
##### Docker environment setup: | ||
|
||
|