Trevor5008 / money-manager

Personal finance management app
0 stars 0 forks source link

This is a Next.js project bootstrapped with create-next-app.

💵💰 Money Manager 💰💵

Money Manager was created for use as a personal finance

management application, for use either on

mobile, tablet, or desktop screens.

Project Dashboard

Usage

To get started, first fill out the .env.example file with your credentials

* Github credential instructions

* Google credential instructions

Instantiate a new database (recommend 'money_manager' as a title)

Once completed, remove the '.example' extension and save the file

be sure to include .env in your .gitignore file

Get Started

shell

$ git clone https://github.com/Trevor5008/MoneyManager
$ cd project
$ npm install

Migrate and Seed db

$ npm run migrate
$ npm run seed
$ npm run dev

Technologies Used

* Next.js

* React.js

* Prisma ORM

* MySQL

* NextAuth.js

* Material UI

* Axios