itsApurba / expense-management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expense Management

Expense Management is structured with separate folders for the backend and frontend components. The backend is built with Node.js and Express, while the frontend utilizes Next.js.

Installation

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone https://github.com/itsApurba/expense-management.git
  2. Navigate to the project directory:

    cd project-name
  3. Install dependencies for both the frontend and backend:

    For frontend (Next.js):

    cd frontend
    npm install

    For backend (Node.js with Express):

    cd backend
    npm install

Usage

Goto the backend folder and create a .env file (Follow the .env.example file to know know the structure).

Once you have installed the dependencies, you can start both the frontend and backend components simultaneously.

For the frontend:

cd frontend
npm run dev

For the backend:

cd backend
npm run dev

About


Languages

Language:JavaScript 58.3%Language:TypeScript 39.6%Language:CSS 2.1%