Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sksaju/expense-tracker

Expense Tracker App | A MERN Stack Project for Starter
https://github.com/sksaju/expense-tracker

expressjs javascript mongodb mongoose nodejs passportjs reactjs redux

Last synced: 10 days ago
JSON representation

Expense Tracker App | A MERN Stack Project for Starter

Awesome Lists containing this project

README

        

# Expense Tracker App | A MERN Stack Project for Starter

### Getting Started

There are two methods for getting started with this repo.

#### Familiar with Git?
Checkout this repo, install dependencies, then start the gulp process with the following:

```
> git clone https://github.com/sksaju/expense-tracker.git
> cd expense-tracker
> npm install
> cd client
> npm install
> cd ../
> run MongoDB with mongod command
> config server.js
> npm run dev
```

#### Not Familiar with Git?
Click [here](https://github.com/sksaju/expense-tracker/releases/) then download the .zip file. Extract the contents of the zip file, then open your terminal, change to the project directory, and:

```
> npm install
> cd client
> npm install
> cd ../
> run MongoDB with mongod command
> config server.js
> npm run dev
```