Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.22 KB

README.md

File metadata and controls

39 lines (31 loc) · 1.22 KB

AccountX - Bookkeeping software

Getting organized.

Sometimes this is the most difficult task for individuals or teams. AccountX removes the time-consuming and complex path to be financially organized.

Setup Guide

Cloning & submodules

There are two ways to clone the repository with submodules:

  1. cloning step-by-step
  2. cloning all-in-one command

1 - step-by-step

git clone https://github.com/xK3v/AccountX.git
cd AccountX
git submodule init
git submodule update

2 - all-in-one

git clone --recurse-submodules https://github.com/xK3v/AccountX.git
cd AccountX

Follow instructions of submodules

  1. Backend README.md
  2. Frontend README.md

Start using the application

Contributors


This project was set up for the "Software engineering selective" lecture at FH JOANNEUM Graz.