Clone the repository
git clone [email protected]:kristianzlatkov/LaravelBank.git
Switch to the repo folder
cd LaravelBank
Copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
Start the project
./start.sh
You can now access the server at http://127.0.0.1:8000