Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Latest commit

 

History

History
53 lines (37 loc) · 1.45 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.45 KB

Capstone Project - E-Wallet API

You know what is this.

Getting Started

  1. Register an account on Github if haven't do so.
  2. Go to learn how to use Git and Github
  • If you prefer reading, go to this
  • If you prefer watching video go to this
  • To try out practically, go to this
  • To learn how to really contribute to this project, go to this
  1. Login and Fork this project. Click the button on top. Fork.

Prerequisites

  1. Install composer
  2. Install NPM
  3. Install XAMPP or PHP
  4. Install Github Desktop

Installing

git clone https://github.com/samueltan3972/EWallet-API.git

Then run the install_script.bat by double click it

or

cd [to the directory you wish to download the file]
git clone https://github.com/samueltan3972/EWallet-API.git
cd EWallet-API
composer install
copy .env.example .env
php artisan key:generate

Serve the application

composer serve

Then start your browser with localhost:8000

Built With