Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 896 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 896 Bytes

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