This is an in-house web based application developed as an effort to improve estimation time for the various projects handled at Laboremus Uganda, where the Developers, the Project managers, and the Consultants can provide their estimations for a particular Project. The various users of the application are expected to view the various estimations made on the application.
- Vue JS
- Vuex
- Bootstrap
- Node JS
- Express JS
- MongoDB
Take the
following steps to set up the application on your local machine.
Clone the project repo to your preferred location using
git clone https://github.com/kaggwachristopher/Skalla/
$ cd skalla server
$ npm install
$ cd skalla client
$ npm install
$ cd skalla server
$ node populatedb.js
$ npm run serve
$ npm run build
$ npm run lint
$ npm install
$ cd skalla client
$ npm run app
$ npm start
Build the project with npm run serve
- Fork this repository
- Clone it.
- Create your feature branch on your local machine with
git checkout -b your-feature-branch
- Push your changes to your remote branch with
git push origin your- feature-branch
ensure you avoid redundancy in your commit message. - Open a pull request to the
develop
branch and describe how your feature works