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

https://github.com/iamnotstatic/forum

An online discussion site where people can hold conversations
https://github.com/iamnotstatic/forum

Last synced: 4 months ago
JSON representation

An online discussion site where people can hold conversations

Awesome Lists containing this project

README

          

Forum


Forum is an online discussion site where people can hold conversations.

## To contribute

### Installation

Install the dependencies

```sh
composer install
```
### after setting up DB to run migrationđŸ‘‡

### Run Migrations
```sh
$ php artisan migrate
```

### Add virtual host if using Apache
### Serving Project
```sh
php artisan serve
```

### If you get an error about an encryption key
```sh
php artisan key:generate
```

## More Info

### Author

Abdulfatai Suleman
[Website:](http://abdul-fatai.github.io)

### Version

1.0.0

### License
MIT License