Skip to content

jonthebeach/jotb18

Repository files navigation

J on the Beach website

About

This is the code for the J on the Beach 2018 event website.

This project is built with Laravel PHP framework. For this website we have also used Bootstrap for CSS but you can use any other CSS library.

Features

  • Easy to setup
  • Simple and responsive design
  • Admin panel to add speakers, talks, schedule, workshops, sponsors, etc.
  • Dynamic schedule to show the different talks in each hall during the event.

Local development

Prerequisites:

Steps:

  1. Fork this repo
  2. Clone locally
  3. run npm install
  4. run composer install
  5. create mysql database
  6. Copy .env.example and rename as .env
  7. Set up your database configuration in the .env file
  8. run php artisan migrate to create the sql tables
  9. run php artisan db:seed to add dummy data and admin user
  10. run php artisan serve --port=XXXX to run a local server in the port XXXX
  11. run php artisan watch to build the assests and watch the changes to them
  12. Visit the url localhost:XXXX to visit the page

Contributors

License

Project is published under the MIT license. Feel free to clone and modify the repo as you want, but don't forget to add reference to authors.

About

J on the beach 2018 repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published