Personalized, interactive forum for software developers.
- Ali Elgiadi
- He Liu
- Michael Sermersheim
- Oliver Ullman
- Type: git remote add upstream https://github.com/Magenta-Elephants/Magenta-Elephants
- (ensure you are on master branch) type: git checkout master
- (Sync local master with org’s master) type: git pull --rebase upstream master
- Create a feature branch, type: git checkout -b <name_of_branch>
- BEFORE SUBMITTING YOUR NEW CHANGES:
- git add .
- git commit
- git pull --rebase upstream master
- git push origin <name_of_branch>
- PULL REQUEST WITH GITHUB
- Team member reviews code and decides whether to merge or not
- IF ACCEPTED/MERGED
- (Switch back to master) type: git checkout master
- (Delete local branch) type: git branch -D <name_of_branch>
- type: git pull --rebase upstream master
- git push origin master
Where software developers of all skill levels and specialties can come together for trustworthy guidance and positive contributions to their community's growth.
- React
- Express
- MySql
- Socket
- NPM install
- NPM run react-dev
- NPM run server-dev
- From the root directory run node populateDB.js
- If necessary also run npm run test to clear and repopulate databases
- Go to localhost:3000
View the project roadmap here
See CONTRIBUTING.md for contribution guidelines.