Skip to content

incubyte/goalcraft

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 GoalCraft

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.

Getting Started

To run both client and server

# In root directory of the project 
./start

OR

To run the client:

# Navigate to client directory
cd okr-client

# Install all the dependencies
pnpm install

# Start the development server
pnpm start

To run the server:

# Navigate to server directory
cd okr-nest

# Install all the dependencies
pnpm install

# Migrate the prisma
pnpm prisma:migrate

# Start the development server
pnpm start:dev

To run E2E tests:

# Make sure you're in the server directory
cd okr-nest

# Run e2e tests
pnpm test:e2e

To run all the tests:

# Make sure you're in the server directory
cd okr-nest

# Run all tests
pnpm test

🤝 Contribution

You can learn more about contributing guidelines here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 93.0%
  • TypeScript 6.9%
  • Other 0.1%