- Dark Mode
- Currency Selection with Intl API https://codepen.io/maciekt07/pen/zYVdPLy
- Profile Picture Upload
- JWT Authentication
First, clone the project repository from GitHub.
git clone https://github.com/maciekt07/ExpenseTracker.git
cd ExpenseTracker
Create a .env file and fill it with your MongoDB token and JSON Web Token (JWT) key. You can use .env.example as a reference for the required format.
MONGODB_URI=your_mongodb_token
JWT_SECRET=your_jwt_secret
npm install
cd frontend
npm install
cd ..
npm run dev
The server will start running on port 8000.
The client will start running on port 5173.
Made with ❤️ by maciekt07.
Inspired by Traversy Media Course.