Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/0prashantyadav0/expense-tracking-app
- Owner: 0PrashantYadav0
- Created: 2024-06-12T08:27:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-16T09:58:16.000Z (7 months ago)
- Last Synced: 2024-06-16T13:49:09.585Z (7 months ago)
- Topics: 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
- Language: TypeScript
- Homepage: https://expense-tracking-app-p00z.onrender.com/
- Size: 732 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Expense Tracker App
## To install dependencies:
```bash
bun installcd 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:3000This project was created using `bun init` in bun v1.1.3. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.