Server Rest API for WealthReach
Simple Rest API for WealthReach - a financial tracking app.
List the key features or functionalities of your project. You can use bullet points to provide a concise summary of what your project offers.
- Income and Expense Tracking
- Investment porfolio tracking
- Generate financial reports
- and more...
Outline the steps required to install and set up your project. Include any dependencies that need to be installed and provide clear instructions for users to follow.
$ npm install
$ npm run dev
or you can start with nodemon
Express JS, MongoDB, Swagger, Node JS
"axios": "^1.4.0",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"http-errors": "~1.6.3",
"jade": "^1.9.2",
"mongoose": "^7.3.1",
"morgan": "~1.9.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^4.6.3",
"uuid": "^9.0.0"
- Rest API testing


This is final project for
SFWRTECH 4SA3:Software Architecture course (2023-Summer)
McMaster University