Skip to content
Open
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
e13b1a8
Create README.md
01ankush Oct 29, 2023
e22a4f3
test
01ankush Oct 29, 2023
c12d72c
test
01ankush Oct 29, 2023
4e3f2fa
test
01ankush Oct 29, 2023
b97c2c2
Create roomRoutes.js
01ankush Oct 29, 2023
8eb5de1
Create userRoutes.js
01ankush Oct 29, 2023
d5d7b8d
Create userRoutes.js
01ankush Oct 29, 2023
af4fb1c
Create room.js
01ankush Oct 29, 2023
624dae9
Create user.js
01ankush Oct 29, 2023
9084dc5
Create index.js
01ankush Oct 29, 2023
3a48623
Create package-lock.json
01ankush Oct 29, 2023
65a5f57
Create package.json
01ankush Oct 29, 2023
50de5ea
Create can you tell me the distance between the india and america.txt
01ankush Oct 29, 2023
e1ea85d
Create write and mail for resignation from the amazon.txt
01ankush Oct 29, 2023
d5922ce
Add files via upload
01ankush Oct 29, 2023
7b456f1
Create config.py
01ankush Oct 29, 2023
3cdf3a6
Create main.py
01ankush Oct 29, 2023
3b985f1
Create README.md
01ankush Oct 29, 2023
792b510
Update README.md
01ankush Oct 29, 2023
4b8af9f
Update README.md
01ankush Oct 29, 2023
f89df0b
Update README.md
01ankush Oct 29, 2023
0f489a7
Create gitattributes
01ankush Oct 29, 2023
f5db005
Update README.md
01ankush Oct 29, 2023
8f3370c
Update README.md
01ankush Oct 29, 2023
b1a783a
Update README.md
01ankush Oct 29, 2023
3f2c60c
Update README.md
01ankush Oct 29, 2023
6bd5cef
Update README.md
01ankush Oct 29, 2023
b666596
Update README.md
01ankush Oct 29, 2023
95f9bbf
Update README.md
01ankush Oct 30, 2023
8578d30
Create README.md
01ankush Oct 30, 2023
e6ef912
Update README.md
01ankush Oct 30, 2023
e28f4be
Create .env
01ankush Oct 30, 2023
4a59a11
Update config.py
01ankush Oct 30, 2023
2b81aa6
Update README.md
01ankush Oct 30, 2023
1072c37
Update README.md
01ankush Oct 30, 2023
e74a521
Update README.md
01ankush Oct 30, 2023
c4820e4
Update README.md
01ankush Oct 30, 2023
5da22f3
Update README.md
01ankush Oct 30, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
01ankush authored Oct 29, 2023
commit 8f3370c2444f64b0673e26525312d5546f27c446
6 changes: 3 additions & 3 deletions Team-CodeForMap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Authentication: OAuth or JWT for secure user authentication.

### Step-by-Step Code Execution Instructions:
In houseapp-frontend(cd houseapp-frontend) folder run the below command
ionic serve
# ionic serve
In houseapp-backend (cd houseapp-backend) folder run the below command
npm install dotenv
node index
# npm install dotenv
# node index
when you see connected to Db it means all set, you can see the app in localhost

In houseopenAi folder run the main.py file by clicking on run icon in any editor(vs code, pycharm)
Expand Down