Skip to content

edmondsoun/living-timeline

Repository files navigation

LIVING TIMELINE

This is a timeline and memory-keeping tool. It is both simple and highly configurable, allowing the user to introduce layers of complexity that will best suit their needs.

Getting Started

To run the project locally:

# Install dependencies:
~ npm -i

# Start dev server:
~ npm run dev

This project currently uses a remote database hosted on Vercel for development. Please contact project owners for credentials.

To create new tables:

npx prisma db push

Make sure to update the Prisma client installed in the Next app when the schema file is changed:

npx prisma generate

About

Timeline and memory-keeping application | Next.js, Prisma, Postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published