Transactions Tracker app built with the MERN stack along with Redux for state management. Authenticate and Authorizing users with JSON WEB TOKEN (JWT).
Rename the .envexample in the backend directory to .env and add your settings
Run Both scripts in the root directory
# Backend deps
> npm run install-backend
# Frontend deps
> npm run install-frontend
# Run both Front-End & Back-End (run the script either in the root directory or the backend directory)
> npm run dev
# Run only backend
cd backend
> npm run server
# Run only frontend
cd frontend
> npm start
# NOTE
in the frontend I'm making requests to my hosted API_URL, you can change it to the local development server
1.0.0
This project is licensed under the ISC License