Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypher-adi/expense-tracker-mern
A MERN project for keeping a track of one's expenses.
https://github.com/cypher-adi/expense-tracker-mern
expense expense-tracker expressjs mern mongodb nodejs reactjs
Last synced: 18 days ago
JSON representation
A MERN project for keeping a track of one's expenses.
- Host: GitHub
- URL: https://github.com/cypher-adi/expense-tracker-mern
- Owner: cypher-adi
- License: mit
- Created: 2021-05-23T13:17:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T14:22:04.000Z (over 3 years ago)
- Last Synced: 2024-11-20T17:49:16.765Z (3 months ago)
- Topics: expense, expense-tracker, expressjs, mern, mongodb, nodejs, reactjs
- Language: JavaScript
- Homepage:
- Size: 636 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Expense Tracker [Full Stack]
A MERN stack application to keep track of one's daily expenses.
Ensure adding config.env inside the config folder in the root directory with the following data.
```
NODE_ENV =
PORT =MONGO_URI =
```
> To install all the necessary dependencies
```bash
npm install
cd client
npm install
```> To start the server in development mode
```bash
npm run dev
```> To start the server in production mode
```bash
npm start
```---