https://github.com/starsng25/web-programming-gslc
2440043553 - Ananda Bintang Pratama
https://github.com/starsng25/web-programming-gslc
Last synced: 4 months ago
JSON representation
2440043553 - Ananda Bintang Pratama
- Host: GitHub
- URL: https://github.com/starsng25/web-programming-gslc
- Owner: StarSNG25
- Created: 2022-11-08T15:27:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T06:34:33.000Z (over 2 years ago)
- Last Synced: 2025-01-03T15:45:12.155Z (5 months ago)
- Language: PHP
- Size: 7.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Getting Started
## Prerequisites
- [Laravel v8](https://laravel.com/docs/8.x)
- PHP v8.0 or above
- [Composer](https://getcomposer.org/download)## Installation
1. Download code/clone the repo
```sh
git clone https://github.com/StarSNG25/Web-Programming-GSLC.git
```2. Install packages
```sh
composer install
```3. Create .env file by copying over the contents of .env.examples
## Run
To run the project
```sh
php artisan serve
```