Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AkhilTalashi1995 authored May 25, 2024
1 parent 2304f08 commit 0814162
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,45 @@ Leetify is an online coding platform that offers a diverse collection of challen

![model](modelDiag.jpeg)

# How to start

- **Clone the repository:**

```bash
git clone https://github.com/AkhilTalashi1995/LEETIFY.git

- **Run the Backend**

1. Navigate to backend directory :
```bash
cd back-end
2. Install the dependencies for backend :
```bash
npm install

3. Run the backend using the following command :
```bash
npm start
- **Run the Frontend**
1. Navigate to ui directory :
```bash
cd front-end

2. Install the dependencies for frontend :
```bash
npm install
3. Run the frontend using the following command :
```bash
npm start

6. Paste URL in Search bar:
```bash
localhost:3000/
Expand Down

0 comments on commit 0814162

Please sign in to comment.