Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglch committed Nov 15, 2023
1 parent 03cea14 commit 995a38b
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
Binary file added LeetPal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 50 additions & 2 deletions README.md
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:


0 comments on commit 995a38b

Please sign in to comment.