Skip to content

This project is build using React hooks (useState, useContext, useReducer) , context API, nodejs. expressjs & mongodb.

Notifications You must be signed in to change notification settings

hiralpatel154/expenses_account

Repository files navigation

Expense Tracker (MERN)

Full stack expense tracker using react hooks, context api & mern

Usage

change config.env file in config folder

NODE_ENV=production
PORT=5000
MONGO_URI=Your database url

 npm install
 cd client npm install
 cd ..
 
 # Run front and backend
 npm run dev
 
 # Backend only
 npm run server
 
 # Frontend only
 npm run client
 
 # Build client
 cd client
 npm run build
 
 # Prod
 npm start

About

This project is build using React hooks (useState, useContext, useReducer) , context API, nodejs. expressjs & mongodb.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published