A simple team management web app that aims to reach steady results for your projects.
- Simple
- NoSQL
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
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.
MIT