A fully-featured Expense-Tracker WebApp , built with the MERN stack.
- Clone this repository
git clone https://github.com/khananask908/expense_tracker.git
- Install dependencies
cd Expense-Tracker_Mern
cd frontend
npm install
cd..
cd client
npm install
- 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>
- Run the server
npm run server
- Start a new terminal and run react's development server
cd social-media-app
cd frontend
npm start