Skip to content

Commit

Permalink
THE ENDGAME
Browse files Browse the repository at this point in the history
  • Loading branch information
ksalokya committed May 10, 2023
1 parent d3de10b commit fe23752
Show file tree
Hide file tree
Showing 17 changed files with 167 additions and 155 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
node_modules
.env
.env
1 change: 1 addition & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@ available at [http://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
SOFTWARE.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ We make a heartful request for everyone to please come forward and contribute he
<img src = "https://contrib.rocks/image?repo=TeamSadbhawna/portal"/>
</a>


#### Leave a star behind if this repo helped you in any way. 😄
2 changes: 1 addition & 1 deletion controller/Authentication.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ module.exports = {
getSignUpPage,
signUpUser,
forgotPassword
}
}
2 changes: 1 addition & 1 deletion controller/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ const getHomePage = async (req, res, next) => {
res.render('index');
};

module.exports = getHomePage;
module.exports = getHomePage;
2 changes: 1 addition & 1 deletion controller/Resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ module.exports = {
getDonationPage,
getAllResources,
saveResource
}
}
2 changes: 1 addition & 1 deletion database/Connection.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const databaseConnection = async () => {
});
};

module.exports = databaseConnection;
module.exports = databaseConnection;
2 changes: 1 addition & 1 deletion model/Resource.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ const resourceSchema = new mongoose.Schema({
}
});

module.exports = mongoose.model('Resource', resourceSchema);
module.exports = mongoose.model('Resource', resourceSchema);
2 changes: 1 addition & 1 deletion model/User.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ const userSchema = new mongoose.Schema({
}
});

module.exports = mongoose.model('User', userSchema);
module.exports = mongoose.model('User', userSchema);
141 changes: 0 additions & 141 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
"dotenv": "^10.0.0",
"ejs": "^3.1.7",
"express": "^4.18.2",
"fs": "0.0.1-security",
"mongoose": "^5.13.17",
"multer": "^1.4.2",
"path": "^0.12.7"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit fe23752

Please sign in to comment.