https://github.com/iamsomraj/splitiphy
Splitiphy is a simple web app that allows you to easily split bills with friends and family. It is built using Next.js, Tailwind CSS, and Drizzle.
https://github.com/iamsomraj/splitiphy
drizzle-orm nextjs nextjs14 postgresql serveractions shadcn-ui tailwindcss
Last synced: about 1 month ago
JSON representation
Splitiphy is a simple web app that allows you to easily split bills with friends and family. It is built using Next.js, Tailwind CSS, and Drizzle.
- Host: GitHub
- URL: https://github.com/iamsomraj/splitiphy
- Owner: iamsomraj
- License: gpl-3.0
- Created: 2024-03-25T07:25:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T12:41:39.000Z (almost 2 years ago)
- Last Synced: 2024-07-20T13:57:34.484Z (almost 2 years ago)
- Topics: drizzle-orm, nextjs, nextjs14, postgresql, serveractions, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://splitiphy.vercel.app
- Size: 929 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Splitiphy - manage expenses easily

Splitiphy is a Modern Full Stack Web Application that allows users to easily split bills with friends and family. It is built with Next JS, Tailwind CSS, and Drizzle.
## Preview Link
✅ [Live] [https://splitiphy.vercel.app/] 😊
## Run Locally
Following steps are required to run the application:
- Open Terminal
- Clone Splitiphy Repository
```bash
git clone https://github.com/iamsomraj/splitiphy.git
```
- Go to Root Directory of the Project
```bash
cd splitiphy
```
- Setup Environment Variables
To run this project, you will need to add the following environment variables to your `.env` file
- `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` - Clerk Publishable Key
- `CLERK_SECRET_KEY` - Clerk Secret Key
- `DATABASE_URL` - Database URL
- Install Dependencies
```bash
pnpm install
```
- Run the Application
```bash
pnpm run dev
```
## Developer
LinkedIn : [iamsomraj](https://www.linkedin.com/in/iamsomraj/) 😊
Portfolio: [Somraj Mukherjee](https://iamsomraj.github.io/) 😊
## Show Your Support
Give me a star ⭐
if this project helped you 👦 👧
## License
[GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.html)