AWS Link : https://master.d3vh5uuybzglfb.amplifyapp.com/
Here are some things to keep in mind on this project.
- Only make a PR on the
develop
branch. - We would merge the develop branch to the master branch every Sunday. (p.s: it would only be merged if all the tests pass)
- When making a PR follow this format below;
-
What is this change?
-
Why are you making this change?
-
Link to design document/Github issues.
-
What testing was conducted?
-
Does the change have unit test coverage?
-
# To run the app
- Run the backend of the app
- Go to app/Java/widget/src.
- Then run the Main.java file.
- Run the frontend of the app
- Cd into app/client directory in the terminal
- Run `npm start`
.
├── docs # Documentation files (alternatively `doc`)
│ ├── project plan # Project plan document
│ ├── design # Getting started guide
│ ├── final # Getting started guide
│ ├── logs # Team Logs
│ └── ...
├── app # Source files
├── tests # Automated tests
├── utils # Tools and utilities
└── README.md
Also, update your README.md file with the team and client/project information. You can find details on writing GitHub Markdown here as well as a handy cheatsheet.