It is an application designed to empower you in setting, tracking, and achieving your goals. It's your personal progress tracker, helping you move from where you are today to where you aspire to be. With GoalCraft, you define your targets, document your current standing, and visualize your journey from initial state to ultimate success.
# Navigate to client directory
cd okr-client
# Start the development server
npm run dev
# Navigate to server directory
cd okr-nest
# Start the development server
pnpm start:dev
# Make sure you're in the server directory
cd okr-nest
# Run e2e tests
pnpm test:e2e
# Make sure you're in the server directory
cd okr-nest
# Run all tests
pnpm test