Skip to content

vimharoon/expensa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

expensa

Hi! **EXPENSA** is a budget management application. The purpose of the application is to simplify the controle of your expenses and make Your life easy.

Getting Started

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.

Prerequisites

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/

Installing

A step by step series of examples that tell you how to get a development env running

  1. Clone repo with this command (make sur you have git installed on your machine)
git clone https://github.com/MrWOLFF24/expensa.git
  1. Install dependencies for back-end
cd backend-nodejs && npm install
  1. Run project
npm start

For front-end

  1. Install dependencies for front-end
cd frontend-vuejs && npm install
  1. Run project
npm start

Running the tests

The unit test are written with chai and mocha, all tests must be in tests folder

Run tests

npm run test

Deployment

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

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Haroon MOHAMMAD - Initial work - MrWOLFF24 See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details