Skip to content

bpotocnak96/scallywagsupdate

Repository files navigation

Scally Wags Build Status

A public forum built by Adam Day

This project was built with Laravel and VueJS. It started as only one feature of a larger project RballNL, but was later extracted into its own project.

Setup Instructions

  • clone the repository
  • run cp .env.example .env and edit your environmental variables
  • run composer install
  • run npm install
  • run php artisan key:generate
  • You will also need to set up a Google Recaptcha service. Enter your keys in the .env file.
  • This application uses a Redis server. To install Redis, run sudo apt install redis-server
  • Create a table in your database for the forum
  • Run your migrations and seeders (if necessary)

here is a live demo of the site

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published