Frontend:
flutter pub get
flutter run
.env for frontend:
BASE_URL_LOCAL=http://127.0.0.1:3000/api
BASE_URL_PROD=https://journwal-backend.vercel.app/api (for testing)
Backend (already deployed on Vercel):
cd backend
npm i
npm run dev
.env for frontend:
MONGO_URI=
PORT=3000
NODE_ENV=development
Account Information
Email: user@gmail.com
Password: user1234
For detail you can check the seeders for the backend