https://github.com/yashintech/fintrax
https://github.com/yashintech/fintrax
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yashintech/fintrax
- Owner: YashInTech
- Created: 2025-06-02T14:41:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-20T06:45:02.000Z (12 months ago)
- Last Synced: 2025-06-20T07:23:56.300Z (12 months ago)
- Language: JavaScript
- Size: 1.24 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense-Tracker-Mern
A fully-featured Expense-Tracker WebApp , built with the MERN stack.
### Backend

### Front-end

### Database

### Installation
1. Clone this repository
```
git clone https://github.com/YashInTech/FinTrax.git
```
2. Install dependencies
```
cd FinTrax
cd frontend
npm install
cd..
cd backend
npm install
```
3. Configure environment variables in your new .env file. To acquire your MONGO_URI, create a cluster for free over at https://www.mongodb.com/.
```
MONGO_URI=
```
4. Run the server
```
npm run server
```
5. Start a new terminal and run react's development server
```
cd FinTrax
cd frontend
npm start
```