Skip to content

wissemgrari/transactions-tracker-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transactions Tracker

Transactions Tracker app built with the MERN stack along with Redux for state management. Authenticate and Authorizing users with JSON WEB TOKEN (JWT).

Usage

Rename the .envexample in the backend directory to .env and add your settings

Install dependencies

Run Both scripts in the root directory

# Backend deps
> npm run install-backend

# Frontend deps
> npm run install-frontend

Run App

# 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

Demo

DEMO

App Info

# NOTE
in the frontend I'm making requests to my hosted API_URL, you can change it to the local development server

Author

Wissem Grari

Version

1.0.0

License

This project is licensed under the ISC License