-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
a2a0b45
commit 9dfad0c
Showing
23 changed files
with
10,378 additions
and
10,364 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 |
---|---|---|
@@ -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 |
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,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 | ||
``` |
Oops, something went wrong.