This project was bootstrapped with Create React App.
- You will need a .env file in the api folder containing the MongoDB connection key. Due to security reasons, please contact us for this.
- Run yarn on the parent level directory
- Run yarn build on the parent level directory
- Run yarn on the api folder directory
- Run yarn dev on the api folder directory
- Navigate to localhost:3000
Zac Components:
- LoginPopup.js
- PollPage.jsx
- api/src/models/PollSchema.js
- api/src/routes/Poll.js
Michael Components:
- api/src/routes/Poll.js
- api/src/tests/Poll.tests.js
- src/common/requests/Idea.js
- src/components/IdeaSubmission.js
- api/src/models/ideaSchema.js
Yash Components:
- src/components/Idea.js
- src/components/Voting.js
Juanita Components:
- src/components/Ideas.js
- src/components/Idea.js
- src/components/Idea.css
- src/components/PollPage.jsx
Sean Components:
- src/components/Idea.js
- src/components/Ideas.js
- api/src/models/ideaSchema.js
Sean Components:
- src/components/AccountPopup.js
- src/components/LoginPopup.js
- api/src/userSchema.js
Juanita Components:
- src/components/CommentBox.js
- src/components/Comments.js
- src/components/Comment.js
- src/components/CommentBox.css
- src/components/Idea.js
- src/components/CommentSubmission.js
- api/src/commentSchema.js
- api/routes/Comment.js
- api/src/Comment.test.js
- common/requests/Comment.js
Kevin Components:
- src/components/Modal.js
- src/components/Modal.css
- src/components/Idea.js
- src/components/Ideas.js
- src/components/PollSubmission.js
- Worked on all models and routes but mainly below two
- api/routes/Poll.js
- api/routes/Idea.js
Yash Components:
- src/components/IdeaSubmission.js
- src/components/IdeaInput.js
- api/src/suggestionSchema.js
- api/src/tests/Suggestions.test.js
Michael
Components:
- src/components/FeedbackForm.js
- api/src/models/feedbackSchema.js
- api/src/routes/Feedback.js
- src/common/requests/Feedback.js
- src/components/FeedbackForm.css
Zac Components:
- src/components/Idea.css
- src/components/Header.js
- src/components/Header.css
- src/components/Footer.js
- src/components/Footer.css
- src/components/AccountPopup.js
- src/components/LoginPopup.js
- src/componnts/Popup.css
- src/pages/PollPage.jsx
Sean Components:
- api/src/templateSchema.js
- src/pages/PollPage.jsx