You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in server create .env and insert DATABASE_URL="database url" and npx prisma generate
in client create .env and insert VITE_API_URL="backend api address" e.g. "localhost:3000"
npm run start
About
Study tracker is a simple webapp that allows you to create and keep track of your study sessions.