Outlay is an expense tracker app build with TALL stack.
Clone the repo locally:
git clone https://github.com/shuvroroy/outlay.git outlay
cd outlayInstall PHP dependencies:
composer installInstall NPM dependencies:
npm ciBuild assets:
npm run devSetup configuration:
cp .env.example .envGenerate application key:
php artisan key:generateEdit .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 migrateRun database seeder:
php artisan db:seedRun the dev server (the output will give the address):
php artisan serveYou're ready to go! Visit outlay in your browser, and login with:
- Username: john@outlay.test
- Password: password