A simple agile board featuring board, list and card way to manage work
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Things you need to install the software and how to install them:
NodeJs
Mongo (up and running)
npm
Clone the repository
git clone https://github.com/srlakhotia/AgileBoard_TGA.git
Install Dependencies
npm install
Start the server (at project root directory)
npm start
Build webpack (in another console instance at project root directory)
npm run webpack
- Add Board
- Delete Board
- Add List to Board
- Remove List from Board
- Add Card to List
- Move Card between Lists
- Remove Card from List