React Fullstack Finance Dashboard App developed with Next.JS + Prisma
Click here to view the code runing or click here to play with the code in the sandbox.
Clone the repo
git clone git@github.com:nicklima/nextjs-finance-dashboard.git
Install all dependencies
yarn
Create a dotenv file (.env) to define the database connection URL and sensitive info as environment variables
DATABASE_URL="mysql://USERNAME:PASSWORD@HOST_URL/DATABASE_NAME?schema=public"
Create the TABLES in your DATABASE based on your Prisma schema.
npx prisma db push
Generete Prisma Client
yarn client
Run in localhost
yarn dev
Here are some features that i want to add. If you want to help, send me a PR
- TODO ITEM
- TODO ITEM
- TODO ITEM
MIT © Nick Lima