Fullstack expense tracker app
- Server Enviornment - Node.js
- Backend - Expressjs
- Bundler - Webpack, Babel
- Frontend - React, Redux, MUI
- Programming Language - TypeScript
- Database - MongoDB in conjunction with Mongoose
- Cloud database service - MongoDB Atlas
- Deployment - Heroku
Before running the Expense Tracker application, make sure pre-requisite is met - i.e. docker. After the setup of the pre-requisites the application can be started.
Step 1️⃣: Clone this repository to your local machine
git clone https://github.com/rsinghcodes/Expense-tracker.git
Step 2️⃣: Move to Expense tracker directory
cd Expense-tracker
Step 3️⃣: Run the below command
docker compose up -d
Your app is ready to be run! ✨✨
Open http://localhost:3000 to view it in the browser.