Skip to content

Track your income and spendings. The budget app that you always wanted.

License

Notifications You must be signed in to change notification settings

manjillama/centsibly

Repository files navigation


centsibly.

Track and gain insights of your income and spendings. The budget app that you always wanted.


Tech stacks

  • Node.js 18
  • Next.js 13
  • NextAuth 4
  • TailwindCSS
  • TypeScript
  • MongoDB (Mongoose)

1. Clone the repository and install dependencies

git clone https://github.com/manjillama/centsibly.git
npm install

2. Configure your local environment

Copy the .env.local.example file in this directory to .env.local (which will be ignored by Git):

cp .env.local.example .env.local

Add details for one or more providers (e.g. Google, GitHub, Email, etc).

3. First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.