Skip to content

Receipt manager between friends to keep fair balances

License

Notifications You must be signed in to change notification settings

madkate42/evenly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Evenly

Receipt manager between friends to keep fair balances

Quick Start

Install Dependencies

Install dependencies for both backend and frontend:

npm run install:all

Or install individually:

cd backend && npm install
cd frontend && npm install

Run Development Servers

Run both backend and frontend simultaneously:

npm run dev

Or run them individually:

npm run dev:backend   # Backend only on port 3000
npm run dev:frontend  # Frontend only on port 5173

Build

npm run build

Test

npm run test

Note: This project does NOT use npm workspaces. Backend and frontend have completely separate node_modules folders.

Project Structure

  • backend/ - Express TypeScript backend
  • frontend/ - React Vite frontend

About

Receipt manager between friends to keep fair balances

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 2

  •  
  •