Project Management is a web application that will allow you to:
- Create and track issues.
- Set springs and milestones.
- Assign the issues to different team members.
- See the project status in the dashboard with a variety of widgets.
Our goal is to help from entrepreneurs to larger companies to manage their projects offering them the definitive managing tool.
0.0.1
Project Management uses a number of open source projects to work properly:
- Angular2 - HTML enhanced for web apps!
- Atom - The hackable text editor
- Twitter Bootstrap - great UI boilerplate for modern web apps
- Font Awesome - The iconic font and CSS toolkit
- Dillinger - Online markdown editor
First of all, you need docker in your system! Docker
Great! then from the app root directory:
$ docker pull asacanelln/mongodb
$ docker run -v "$(pwd)":/data --name mongo -d asacanelln/mongodb mongod --smallfiles
$ docker pull asacanelln/nodejs
$ docker run -it --name node -v "$(pwd)":/data --link mongo:mongo -w /data -p 3000:3000 asacanelln/nodejs bash
$ docker stop mongo||node
$ docker start mongo||node
$ docker exec -it mongo bash
$ docker exec -it node bash
Once you have the docker system ready: Access the node container console and run: In client directory:
$ npm install
$ npm run postinstall
$ npm run bowerInstall
$ npm run tsc
In server directory:
$ npm install
$ node server.js
And you will have your node app running and ready to rock! Now your last step is to check if it's working, so go in your browser to: Localhost and you have to see the app working.
Work in progress!
Want to contribute? Great!
Contact us at @ASacanellN, @Gabi_IDontCare, @chepkman, @Playero99
- Starting the project now
GPLv3
Free Software