Node.js and npm (Node Package Manager)
1. Clone this repository to your local machinegit clone https://github.com/cyrus43/money-tracker.git
- Navigate to the project directory
cd money-tracker
- Install the dependencies
npm install
To run the development server, use the following command:npm run start:dev
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
We use SemVer for versioning. For the versions available, see the tags on this repository. Cyrus Mbithi - Initial work This project is licensed under the MIT License - see the LICENSE.md file for details.