Skip to content

ASacanell/projectManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Management

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.

Version

0.0.1

Tech

Project Management uses a number of open source projects to work properly:

Installation

Docker

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

Basic docker commands for us:

To start and stop docker containers:
$ docker stop mongo||node
$ docker start mongo||node
To access containers consoles:
$ docker exec -it mongo bash
$ docker exec -it node bash

Usage

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.

Plugins

Work in progress!

Development

Want to contribute? Great!

Contact us at @ASacanellN, @Gabi_IDontCare, @chepkman, @Playero99

Todos

  • Starting the project now

License

GPLv3

Free Software

About

An Angular2 project for projects management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published