Skip to content

sievins/story-spend

Repository files navigation

Story Spend

An expenses app for authors. Built with Next.js.

Copyright notice and statement

This repository does not offer any license for the code contained within it. All rights are reserved.

Nobody can copy, distribute, or modify the work without being at risk of take-downs, shake-downs, or litigation.

Requirements

Getting Started

Install dependencies:

bun install

Environment variables:

cp .env.example .env.local

and update the values in .env.local.

Setup the database (seed it after logging in, having creating a user):

bunx prisma migrate dev --skip-seed

Run the development server:

bun dev

Open http://localhost:3000 with your browser and sign in.

Seed the database:

bunx prisma db seed

About

Expenses application for authors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published