Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/0prashantyadav0/expense-tracking-app

An expense tracker website made with bun, hono, vite, react, neonpg, drizzle and tanstack. It also have tailwind and shadcn for UI, kinde auth as an auth service. Do check it out and explore something new.
https://github.com/0prashantyadav0/expense-tracking-app

bun docker drizzle-orm hono hono-rpc kinde-aut neon-postgres postgresql project projects react shad tailwindcss tanstack-form tanstack-react-query tanstack-router vite zod

Last synced: about 1 month ago
JSON representation

An expense tracker website made with bun, hono, vite, react, neonpg, drizzle and tanstack. It also have tailwind and shadcn for UI, kinde auth as an auth service. Do check it out and explore something new.

Awesome Lists containing this project

README

        

# Expense Tracker App

## To install dependencies:

```bash
bun install

cd frontend
bun install
```
## Add .env file as given in .env.example file

## To run:
You need two terminals to run the project. One for the frontend and one for the backend.
### Backend:
```bash
bun run dev
```

### Frontend:
```bash
cd frontend
bun run dev
```
## Docker use :

If you want to run directly on you device you can use my docker image for that.

```bash
docker pull 0prashantyadav0/expense-tracker
```
```bash
docker run -p 3000:3000 -p 3000:3000 0prashantyadav0/expense-tracker
```
Now you can access the app on localhost:3000

This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.