FMS
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.
Architecture
Simple Architecture for this project is:
Detail explanation about architecture is under the package but I'll be move to here after done!
Database Design
- 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
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 command syntax example
Git Global Setup
git config --global user.name "Irsyad Jamal Pratama Putra"
git config --global user.email "officialirsyad@gmail.com"
Create a new Repository
git clone git@gitlab.com:irsyadjpratamap/fms-service.git
cd fms-service
touch README.md
git add README.md
git commit -m "add README"
git push -u origin master
Existing Folder
cd existing_folder
git init
git remote add origin git@gitlab.com:irsyadjpratamap/fms-service.git
git add .
git commit -m "Initial commit"
git push -u origin master
Existing git Repository
cd existing_repo
git remote add origin git@gitlab.com:irsyadjpratamap/fms-service.git
git push -u origin --all
git push -u origin --tags
Copyright © Irsyad Jamal Pratama Putra

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


