Skip to content

SimpleFinance application for managing personal finances

Notifications You must be signed in to change notification settings

semelyanov86/sf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleFinance

SimpleFinance application - it is smart software for managing personal finances

Installation instructions

Deployment

  • Extract the archive and put it in the folder you want
  • Run cp .env.example .env file to copy example file to .env
  • Then edit your .env file with DB credentials and other settings.
  • Run composer install command
  • Run php artisan migrate --seed command. Notice: seed is important, because it will create the first admin user for you.
  • Run php artisan key:generate command.
  • If you have file/photo fields, run php artisan storage:link command.

And that's it, go to your domain and login:

  • Default credentials

Username: admin@admin.com Password: password

Database schema

Database schema is located here: https://dbdiagram.io/d/5feede3480d742080a34ba75

Running through docker

To run docker containers run following commands:

docker-compose build app

This command will build an app. To run containers run command:

docker-compose up -d

About

SimpleFinance application for managing personal finances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages