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
.envfile based on.env.example. - Install project packages with
npm install. - Generate a new
APP_KEYsecret with commandnode ace generate:keyand paste value to.envfile 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.