FMS is Forum Management System. What's covered on this system?
- User Registrations
- User Questions
- User Answers
Every user can post question and answer another question. For next development will be add some enhancements like user rating base on some categories.
Simple Architecture for this project is:
Detail explanation about architecture is under the package but I'll be move to here after done!
- Each User can posting many Questions.
- Each Question can be answered by many Users.
- Every one Question may containing many Tags and every one Tag may contained by many Questions.
Best practice is guidelines based on design pattern and ISO.
Another source and documentation is still work on progress.
This project is implementing this technology:
git config --global user.name "Irsyad Jamal Pratama Putra"
git config --global user.email "[email protected]"
git clone [email protected]:irsyadjpratamap/fms-service.git
cd fms-service
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
cd existing_folder
git init
git remote add origin [email protected]:irsyadjpratamap/fms-service.git
git add .
git commit -m "Initial commit"
git push -u origin master
cd existing_repo
git remote add origin [email protected]:irsyadjpratamap/fms-service.git
git push -u origin --all
git push -u origin --tags
Copyright © Irsyad Jamal Pratama Putra