Skip to content

Commit

Permalink
Directory Path Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
balaji305 committed Oct 1, 2024
1 parent 79c0892 commit de00853
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Code_Formatter_and_Syntax_Check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install packages
run: |
cd Code/backend
cd backend
npm install
- name: Lint
run: |
cd Code/backend
cd backend
npx eslint ./dao
4 changes: 2 additions & 2 deletions .github/workflows/codeFormatter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
- uses: actions/checkout@v2
- name: Install packages
run: |
cd Code/backend
cd backend
npm install
- name: Code Formatter
run: |
cd Code/backend
cd backend
npm run format
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
pip install pytest-cov
pip install -r requirements.txt
echo requirements installed
cd Code/backend
cd backend
npm install nodemailer
npm install
npx nodemon &
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- pip install -r requirements.txt
- pip install pytest-cov
- echo requirements installed
- cd Code/backend
- cd backend
- echo "installing"
- npm install nodemailer
- npm install
Expand Down
8 changes: 4 additions & 4 deletions Infrastructure/Recipe_Recommender/ec2.tf
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ sudo npm i -g npx
mkdir project
cd project
git clone https://github.com/het-patel99/Recipe_Recommender.git
cd Recipe_Recommender/Code/backend
sudo sed -i 's/##gmail_password##/${var.email_password}/g' /project/Recipe_Recommender/Code/backend/dao/mail_param.js
cd Recipe_Recommender/backend
sudo sed -i 's/##gmail_password##/${var.email_password}/g' /project/Recipe_Recommender/backend/dao/mail_param.js
sudo npm install nodemailer
sudo npm install
npx nodemon
Expand Down Expand Up @@ -85,8 +85,8 @@ sudo npm i -g npx
mkdir project
cd project
git clone https://github.com/het-patel99/Recipe_Recommender.git
cd Recipe_Recommender/Code/frontend
sudo sed -i 's/##serverIp##/${aws_instance.backend-webserver.public_ip}:5000/g' /project/Recipe_Recommender/Code/frontend/src/apis/recipeDB.js
cd Recipe_Recommender/frontend
sudo sed -i 's/##serverIp##/${aws_instance.backend-webserver.public_ip}:5000/g' /project/Recipe_Recommender/frontend/src/apis/recipeDB.js
npm install
npm start
EOF
Expand Down
4 changes: 2 additions & 2 deletions proj3/score_card.csv
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,13 @@ Do you have a contributions policy?,Yes,https://github.com/pnprathima/Recipe_Rec
Is your contributions' policy publicly available?,Yes,,
Do contributors keep the copyright/IP of their contributions?,No,https://github.com/pnprathima/Recipe_Recommender/blob/master/LICENSE,License mentions that the copyright belongs to creator
Does your website and documentation clearly state the copyright owners of your software and documentation?,Yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/LICENSE,
Does each of your source code files include a copyright statement?,yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/Code/frontend/src/components/SearchByRecipe.js,We have added it to the files modified in proj3
Does each of your source code files include a copyright statement?,yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/frontend/src/components/SearchByRecipe.js,We have added it to the files modified in proj3
,,,
Q15 - Your software's copyright and licensing,,,
Does your website and documentation clearly state the licence of your software?,Yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/LICENSE,
Is your software released under an open source licence?,Yes,,MIT License
Is your software released under an OSI-approved open-source licence?,Yes,,
Does each of your source code files include a licence header?,Yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/Code/frontend/src/components/SearchByRecipe.js,We have added it to the files modified in proj3
Does each of your source code files include a licence header?,Yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/frontend/src/components/SearchByRecipe.js,We have added it to the files modified in proj3
Do you have a recommended citation for your software?,Yes,https://github.com/pnprathima/Recipe_Recommender/blob/master/CITATION.md,
,,,
Q16 - Your plans for the future,,,
Expand Down

0 comments on commit de00853

Please sign in to comment.