SammyRobensParadise / findit

The findit application!

Home Page:https://findit.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Findit!

Findit is a simple application that allows you to note where items may when you forget later!

Local Development

  1. Clone Repository: https://github.com/SammyRobensParadise/findit.git
  2. Install Dependencies using npm or yarn npm install or yarn
  3. Create a local postgres database. Follow this guide.
  4. create a local .env.local env file that looks like the following:
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="<KEY>"
CLERK_SECRET_KEY="<SECRET_KEY>"
DATABASE_URL="postgres://<USER>:<PASSWORD>@localhost:5432/findit"
  1. Generate prisma instance make prisma
  2. Run Local Migrations by running make local-migrations
  3. Seed the database by running make data. Note that you will need to supply your own CSV data files with which to seed the database. refer to lib/scripts/seed-database.ts
  4. Start the application by running npm run dev or using the debug tooling in vs code.

About

The findit application!

https://findit.vercel.app


Languages

Language:TypeScript 97.4%Language:CSS 1.7%Language:Makefile 0.5%Language:Shell 0.3%Language:JavaScript 0.1%