- Ensure to carryout testing before creating a PR.
- Make sure your code is well organised and structured.
- Use descriptive functions and method names.
- Use comments where necessary.
- Check for conflicts.
Stack Used
- Java
- React
**Some of the features included in this app include: * * * *
Back End Features:
- REST API (Which will be a connection to the Front End)
- Go to https://github.com/Techpet-Engineering-Global/Appera and fork the repo.
- After forking, go to your github page and Clone your forked repo.
- Create a project folder on your local machine.
- Navigate to it in the terminal. Run
git clone hhttps://github.com/Techpet-Engineering-Global/Appera
. - Create a branch for your task
git checkout -b <branchname>
. - After changes :
- git add .
- git commit -m "some comments"
- git push origin
<name of your branch>
- Create PR.