https://github.com/mujhtech/invoice-me
Open source invoice creator. Create, edit, share on the go.
https://github.com/mujhtech/invoice-me
Last synced: about 1 year ago
JSON representation
Open source invoice creator. Create, edit, share on the go.
- Host: GitHub
- URL: https://github.com/mujhtech/invoice-me
- Owner: Mujhtech
- License: gpl-2.0
- Created: 2024-05-11T02:26:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T14:19:24.000Z (about 2 years ago)
- Last Synced: 2025-03-24T21:51:09.798Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://inv.mujhtech.xyz
- Size: 135 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Invoice Me
Open source invoice creator. Create, edit, share on the go.
## Stack
- NextJS
- Drizzle ORM
- Neon Serverless
- TailwindCSS
- Shadcn UI
## Getting Started
Install dependecies
```bash
pnpm install
```
First, run the development server:
```bash
pnpm run dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## DB
Create migration
```bash
pnpm run db:generate
```
Migrate to production/developement database server
```bash
pnpm run db:push
```