MicroProject.app is a lightweight project management tool designed for individuals and small teams to collaborate, track progress, and manage tasks efficiently without the complexity of traditional project management software.
| Goal | Guide |
|---|---|
| Develop locally | Development Guide |
| Deploy to cloud | Production Guide |
| Self-host on VPS | Self-Hosted Guide |
| Configure the app | Configuration Reference |
git clone https://gitlab.com/dzaporozhets/microprojectapp.git
cd microprojectapp
docker-compose -f docker-compose.dev.yml up --buildAccess at http://localhost:3000
If you have questions, feedback, or suggestions, feel free to reach out:
- Create an Issue: Open an issue on this project to report bugs, request features, or ask questions.
- Twitter: Mention me on Twitter at
@dzaporozhets.
This project is licensed under the MIT License. See the LICENSE file for details.
By contributing to this project, you agree to the Developer Certificate of Origin (DCO). We encourage all contributors to sign off their commits using Signed-off-by: Your Name <your.email@example.com>. You can do this by adding -s to your git commit command.