Project Management Tool is a platform for the efficient management and communication for projects inside Devsoc.
- Quick Start 🚀
- Documentations 🧾
- File Structure 📊
- Platform Support 🌐
- Contribution ✒
- Community 🤼
- Contributors ❤
git clone https://github.com/YOUR_USERNAME/pmt-backend.git
docker-compose up
If there is change in package.json then we will need to use this command:
docker-compose up --build
Refer to Quick Start 🚀 section to set up the development environment
- Commit messages are communication and documentation. They're a log of more than just what happened, they're about why it was done.
- The longer a project is active, the more people involved, the larger the codebase, the more important it is to have good commit messages.
- Make sure every change that you make is well documented and is included in your commit message.
- One commit should have only one change. (A change may include multiple file changes that are essential to solving the issue/change).
- All commit messages should be in the imperative-present tense. After all, you are telling us what you have already done.
- The subject line should be a one-sentence summary, and should not include the word and (explicitly or implied).
- Any extra detail should be provided in the body of the PR.
- Don't submit unrelated changes in the same pull request.
- Initialize Repo
- Boiler-plate for the authentication module
- Boiler-plate for taskBoard module
- Bootstrap Repo
- Complete README.md
Instagram: https://www.instagram.com/devsocbitsgoa
Devsoc's Website: https://devsoc.club/