Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions Batch-3-Test-master/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
9 changes: 9 additions & 0 deletions Batch-3-Test-master/Readme.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
How to setup
1) Fork and git clone
2) cd into Batch-3-Test directory
3) npm install to install the backend i guess
4) node index.js to run the backend
5) in new window of vs code open frontend directory
6) start live server of index.html file

Feel free to create an issue or google/chatgpt if you get an error while setting up
Loading