An over-engineered personal expense manager.
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
Docker
docker-compose
A step by step series of examples that tell you have to get a development env running
Clone the repository
git clone git@github.com:fijas/darik.git
Install npm
packages
cd server
npm install
cd ../client
npm install
Bring up the docker instance
docker-compose up
End with an example of getting some data out of the system or using it for a little demo
Run tests using the following command
docker-compose -f docker-compose.test.yml up --abort-on-container-exit
...
- Node.js - The runtime & dependency management used
- Express - The backend framework used
- React - The frontend framework used
- MariaDB - Data store used
- Docker - Container platform
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.
- Fijas Pocker - Initial work
See also the list of CONTRIBUTORS who participated in this project.
This project is licensed under the MIT License - see the LICENSE file for details
- Hat tip to anyone who's code was used