Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```

---