projectboard
v0.0.1
Published
ProjectBoard ------------
Downloads
1
Readme
ProjectBoard
ProjectBoard Birthed out of the need to track ideas for projects within the Tyler Web Dev organization. Since, we being developers, needed a solution that could of been solved via a notepad, we designed an entire program for tracking projects, their status, and contributors.
Setting up a Development Environment
ProjectBoard was written in Nodejs with Express and RethinkDB.
- Get the codebase
git clone https://github.com/TylerWebDev/ProjectBoard.git - Enter the newly made directory
cd ProjectBoard/ - Get the necessary dependencies
npm install - Start up the server
npm start
- If you want to run the website tethered to the console (great for debuging), run
node bin/ProjectBoard
- Navigate to
http://localhost:3012
