An open API service indexing awesome lists of open source software.

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

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
```