Skip to content

Commit

Permalink
testing for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulambastha committed May 31, 2024
1 parent a2a0b45 commit 9dfad0c
Show file tree
Hide file tree
Showing 23 changed files with 10,378 additions and 10,364 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
node_modules
frontend/node_modules/
.env
utils/questions.json
node_modules
frontend/node_modules/
.env
utils/questions.json
utils/updatedData.json
54 changes: 27 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
# Backend for Abhedya - 2024

## 1. Clone the repo
```bash
git clone https://github.com/istenith/abhedya24-backend.git
```

## 2. Move into the dir
```bash
cd abhedya24-backend
```

## 3. Install the dependencies
```bash
npm install
```

## 4. Run the backend
```bash
nodemon index
```
The backend is now live on port 5001 (or 5002 if that doesn't work)

## 5. See SwaggerDocs of the API at
```bash
http://localhost:5001/doc
```
# Backend for Abhedya - 2024

## 1. Clone the repo
```bash
git clone https://github.com/istenith/abhedya24-backend.git
```

## 2. Move into the dir
```bash
cd abhedya24-backend
```

## 3. Install the dependencies
```bash
npm install
```

## 4. Run the backend
```bash
nodemon index
```
The backend is now live on port 5001 (or 5002 if that doesn't work)

## 5. See SwaggerDocs of the API at
```bash
http://localhost:5001/doc
```
Loading

0 comments on commit 9dfad0c

Please sign in to comment.