GitHub License ISSUES

React - Finance Dashboard App

React Fullstack Finance Dashboard App developed with Next.JS + Prisma

Credits

Preview

Click here to view the code runing or click here to play with the code in the sandbox.

Run the code on your local machine

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

TODO

Here are some features that i want to add. If you want to help, send me a PR

  • TODO ITEM
  • TODO ITEM
  • TODO ITEM

License

MIT © Nick Lima