Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sksaju/expense-tracker
- Owner: sksaju
- Created: 2019-07-06T19:30:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T08:55:50.000Z (7 months ago)
- Last Synced: 2024-05-02T22:04:40.018Z (7 months ago)
- Topics: expressjs, javascript, mongodb, mongoose, nodejs, passportjs, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 1.14 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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
```