diff --git a/readme.md b/readme.md index 5c6326be..e4f0893d 100644 --- a/readme.md +++ b/readme.md @@ -1,16 +1,12 @@ -# Laravel-Vue SPA +# Currency Exchange (MYR, RMB, USD) -Build Status -Total Downloads -Latest Stable Version - -> A Laravel-Vue SPA starter project template. +> A currency exchange system that user able to book their rate and upload their backin slip. For admin backend, they can perform booking with supplier, update booking status, etc. Using a Laravel-Vue SPA starter project template.

-## Features +## TechStack - Laravel 5.6 - Vue + VueRouter + Vuex + VueI18n + ESlint @@ -22,14 +18,19 @@ ## Installation -- `composer create-project --prefer-dist cretueusebiu/laravel-vue-spa` +- `git clone git@gitlab.com:CIEFWorldwideSdnBhd/exchange.git` +- Copy `.env-example` to `.env` - Edit `.env` and set your database connection details -- (When installed via git clone or download, run `php artisan key:generate` and `php artisan jwt:secret`) +- `Comp` run `php artisan key:generate` and `php artisan jwt:secret`) - `php artisan migrate` - `yarn` / `npm install` ## Usage +#### Test Credentials +`user@example.com:secret` +`admin@example.com:secret` + #### Development ```bash