- Users and signup and login.
- Users can link and unlink their accounts.
- Users can view transactions of their linked accounts.
- Users can delete their accounts.
- Clone the repo and install dependencies in the frontend and server folders:
npm install
- Create .env files in the frontend and server folders,
- Declare the environment variables as it is in the .env.example files.
- Run server in development mode:
npm run dev
- Run the server in production mode:
npm run start
- Run the frontend:
npm run dev