/EcoNex

Primary LanguageJava

EcoNex

Installation Guide

  1. Clone this repository by running the following in a terminal / Use Github Desktop.
git clone https://github.com/abbyspeed/EcoNex.git .
  1. Change to your branch,
// check available branches
$ git branch -r

// switch to your branch
$ git checkout branch_name

I have already created some branches for you. You can see the list of branches from the repository page on the dropdown menu

Rules You Must Follow

  1. Don't push to main branch directly.
  2. Work only on your branch.
  3. Then create a pull request to merge your branch with main branch.
  4. Check your current branch before developing and pushing to remote.
// check current branch
$ git branch
  1. Notify others then they can review your code and merge it with main branch.

Important Notes

  • If you create a new controller, you must add the package name to base-package. Separate previous package names with comma.