Skip to content

My simple team management web app for my personal use. It will mainly be used to set tasks for my team for stability in projects.

License

Notifications You must be signed in to change notification settings

DittoGod/collabo

 
 

Repository files navigation

collabO

V1.1.1

A simple team management web app that aims to reach steady results for your projects.

  • Simple
  • NoSQL

Installation

Required:

Node.js to run.
MongoDB Community Edition (local server) to run.

  • Stores Database
  • Stores Passport JS login info (default to keep user logged in after server refresh node app.js)

Install the dependencies and devDependencies and start the server.

$ cd collabo
$ npm install -d
$ node app.js

Then server will run locally and you can display in browser:

127.0.0.1:8000

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. You are currently free to clone/fork this repo.

License

MIT

About

My simple team management web app for my personal use. It will mainly be used to set tasks for my team for stability in projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.1%
  • CSS 30.3%
  • HTML 29.6%