You know what is this.
- Register an account on Github if haven't do so.
- 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
- Install composer
- Install NPM
- Install XAMPP or PHP
- Install Github Desktop
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
composer serve
Then start your browser with localhost:8000
- Laravel - The web framework used