Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.73 KB

README.md

File metadata and controls

76 lines (51 loc) · 2.73 KB

OOAD TUTORIAL-BANKING SYSTEM

All Contributors

OOAD MailingList Repo This repo is used to accelerate banking system tutorial and collaborate as tutorial group members on building a Banking System

How To Get Started

  1. Fork this repository https://github.com/BAC-GitHub-Club/OOAD.git
  2. Clone your fork down to your local machine git clone hhttps://github.com/YOUR-NAME/OOAD.git get into the directory `cd OOAD
  3. Create a branch git checkout -b branch-name preferrably feature-you-are-working-on
  4. Make your changes (choose from any task given)
  5. Add all your changes to be tracked by git git add .
  6. Commit your changes git commit -m 'commit message'
  7. Push your changes git push origin branch-name preferably develop branch
  8. Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)
  9. Wait for your PR review and merge approval!
  10. Star this repository if you had fun!
  11. Check your changes by clicking here
  • Text editor or IDE preferabbly NetBeans,Intellij or Eclipse

DBMS

  • MYSQL,ORACLE or MARIADB

Built With

  • JAVA

Contributing

*Never,push to master,push to the develop Branch

Contributors ✨

Thanks goes to these wonderful people (emoji key):

Kesego23
Kesego23

📋 📖 💻
Vicktor.Baseki
Vicktor.Baseki

📋 💻

This project follows the all-contributors specification. Contributions of any kind welcome!

Acknowledgments

  • All those who participates in completing the tutorial

Authors

  • KESEGO MOKGOSI - Initial work - Kesego23

*All contributors will be added to the contributors

License

This project is licensed under the MIT License - see the LICENSE.md file for details