SkillAgentSearch skills...

Outlay

Outlay is an expense tracker app build with TALL stack.

Install / Use

/learn @shuvroroy/Outlay
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Outlay

Outlay is an expense tracker app build with TALL stack.

Installation

Clone the repo locally:

git clone https://github.com/shuvroroy/outlay.git outlay
cd outlay

Install PHP dependencies:

composer install

Install NPM dependencies:

npm ci

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Edit .env and set your database connection details.

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=outlay
DB_USERNAME=root
DB_PASSWORD=

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Run the dev server (the output will give the address):

php artisan serve

You're ready to go! Visit outlay in your browser, and login with:

  • Username: john@outlay.test
  • Password: password

Special Thanks

View on GitHub
GitHub Stars29
CategoryDevelopment
Updated1y ago
Forks1

Languages

PHP

Security Score

65/100

Audited on Jul 25, 2024

No findings