Skip to content

gentritabazi/monthly-expenses-app-backend

Repository files navigation

Introduction

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.

Requirements

NodeJs Version >= 14.x

Installation

  • Create .env file based on .env.example.
  • Install project packages with npm install.
  • Generate a new APP_KEY secret with command node ace generate:key and paste value to .env file for the APP_KEY.
  • Start the server with command npm run dev.

Fake Data

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.

About

App to track expenses 💸

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages