MoneyPay is a full stack project developed to practice my development skills. Using MoneyPay we can send money (Fake🤫) to each other
- User signup and login system using JWT 🔐
- User can send money to another user using their email address 💸
- User can see their history of transactions 📔
- User can see there balance in two currencies 💵
- Dark mode available for users
- React JS
- Tailwind CSS
- Context API
- React Router
- NodeJS ( ExpressJS )
- MongoDB ( Mongoose )
- JWT
- JOD
git clone https://github.com/prasadkarmalkar/money-pay
cd money-pay/frontend
npm i
npm run dev
#ANOTHER TERMINAL
cd money-pay/backend
npm i
node server.js