Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaliavv51 committed Jan 8, 2025
1 parent b8598dd commit 3bc7654
Show file tree
Hide file tree
Showing 5 changed files with 51 additions and 42 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- uses: EddieHubCommunity/gh-action-community/src/welcome@main
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: "Hi there! Thanks for opening this issue @${{ github.actor }}!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible."
pr-message: "Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our [contributing guidelines](https://github.com/Anshika14528/RAPIDOC-HEALTHCARE-WEBSITE-/blob/main/CONTRIBUTING.md)"
issue-message: "Hi there! Thanks for opening this issue @${{ github.actor }}!. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.If belong's to SWOC program role ur self as Contributor in OS lead site Link : https://www.oslead.xyz/usertype , so that ur points will be assigned to the leaderboard."
pr-message: "Great job, @${{ github.actor }}! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.We will promptly review your changes and offer feedback. Keep up the excellent work!"

2 changes: 1 addition & 1 deletion backend/backendcode.ev
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORT=3000
MONGODB_URL=mongodb://username:[email protected]/retro_db
SECRET=retroApp_SecretKey_2024!
CLIENT_URL=https://rococo-mooncake-0d89f7.netlify.app
CLIENT_URL=https://vintagevibe.netlify.app/
GITHUB_REPO=https://github.com/Anjaliavv51/Retro
3 changes: 1 addition & 2 deletions backend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ require('dotenv').config();
const PORT = process.env.PORT || 5000;


const app = require('./app');

const app = require('./app.js');
app.listen(PORT,()=>{
console.log(`server is listening at http://localhost:${PORT}`);
})
77 changes: 43 additions & 34 deletions backend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,22 @@
"description": "",
"main": "index.js",
"scripts": {
"start":"nodemon ./index.js",
"start": "nodemon /backend/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"backend": "file:",
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"email-validator": "^2.0.4",
"express": "^4.21.0",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.6.3",
"mongoose": "^8.9.3",
"nodemon": "^3.1.5"
}
}

0 comments on commit 3bc7654

Please sign in to comment.