Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.24 KB

Money Tracker

A simple money tracker for users, allowing them to track their expenses and incomes across multiple wallets (accounts).

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

What things you need to install the software and how to install them:

Node.js and npm (Node Package Manager)

Installing

1. Clone this repository to your local machine

git clone https://github.com/cyrus43/money-tracker.git

  1. Navigate to the project directory

cd money-tracker

  1. Install the dependencies

npm install

Running the development server

To run the development server, use the following command:

npm run start:dev

Built With

NestJS - A progressive Node.js framework for building efficient, scalable, and enterprise-grade applications MongoDB - A document-oriented NoSQL database Mongoose - An Object Document Mapper (ODM) for Node.js

Versioning

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

Authors

Cyrus Mbithi - Initial work

License

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