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.
What things you need to install the software and how to install them
Vue.js: npm install -g @vue/cli
Node.js: https://nodejs.org/en/download/
A step by step series of examples that tell you how to get a development env running
- Clone repo with this command (make sur you have git installed on your machine)
git clone https://github.com/MrWOLFF24/expensa.git
- Install dependencies for back-end
cd backend-nodejs && npm install
- Run project
npm start
For front-end
- Install dependencies for front-end
cd frontend-vuejs && npm install
- Run project
npm start
The unit test are written with chai and mocha, all tests must be in tests folder
Run tests
npm run test
In develepment mode the commande npm start
is used to run server width nodemon
In production mode please use npm run production
to run the project with pm2 process manager, be sur to install pm2 in global
- Travis-ci - Continuous Integration Tool
- NPM - Dependency Management
- Node.js - Server side Javascript
- Vue.js - Front-end framework
- Bulma.io - CSS framework
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Haroon MOHAMMAD - Initial work - MrWOLFF24 See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details