App that allows you to track your expenses on a monthly basis. With this app, you can easily input your monthly expenses, categorize them, and visualize your spending habits.
Check frontend app here.
NodeJs Version >= 14.x
- Create
.env
file based on.env.example
. - Install project packages with
npm install
. - Generate a new
APP_KEY
secret with commandnode ace generate:key
and paste value to.env
file for theAPP_KEY
. - Start the server with command
npm run dev
.
For development, you can use factories and seeders.
App contains some seeders to populate the database.
Run node ace db:seed -i
and select seeders you want to run.