Skip to content

RathodSanjayL/expense-tracker-backend

Repository files navigation

Expense Tracker Backend

A backend service for tracking expenses.

Getting Started

Prerequisites

  • Node.js (v16 or higher)
  • pnpm (v7 or higher)

Installation

# Clone the repository
git clone https://github.com/yourusername/expense-tracker-backend.git
cd expense-tracker-backend

# Install dependencies
pnpm install

Running the Application

The application supports multiple environments (development, staging, production).

Development Mode

# Run in development mode
pnpm dev

# Run in staging mode
pnpm dev:staging

# Run in production mode
pnpm dev:prod

Production Mode

# Build the application
pnpm build

# Start in development mode
pnpm start:dev

# Start in staging mode
pnpm start:staging

# Start in production mode
pnpm start:prod

Creating Commits

Use our commit script to create properly formatted commits:

pnpm commit

Documentation

All project documentation is available in the doc folder:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published