Skip to content

khananask908/expense_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Expense-Tracker-Mern

A fully-featured Expense-Tracker WebApp , built with the MERN stack.

Backend

Front-end

Database

Netlify Status

Installation

  1. Clone this repository
git clone https://github.com/khananask908/expense_tracker.git
  1. Install dependencies
cd Expense-Tracker_Mern  
cd frontend
npm install
cd..
cd client
npm install
  1. 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=<YOUR_MONGO_URI> 
  1. Run the server
npm run server
  1. Start a new terminal and run react's development server
cd social-media-app
cd frontend
npm start

Releases

No releases published

Packages

No packages published