Skip to content

7Cass/elypt

Repository files navigation

Elypt - Your Personal Finance API

Getting Started

  • Have Bun installed.
  • Clone this repo.
  • Install dependencies with:
    bun install
  • Create a .env file with the following:
    DATABASE_URL="postgresql://USER:PASSWORD@localhost:5432/DB_NAME?schema=public"
  • Generate the Prisma artifacts:
    bun run prisma generate

Development

To start the development server run:

bun run dev

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

About

Personal Finance API built with Bun and Elysia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors