imacrayon / eventsinwichita

Just Events in Wichita, nothing else.

Home Page:https://eventsinwichita.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Events in Wichita

An online calendar of events happening in Wichita, KS.

Installation

Clone the repo locally:

git clone https://github.com/imacrayon/eventsinwichita eventsinwichita
cd eventsinwichita

Install PHP dependencies:

composer install

Install NPM dependencies:

npm install

Build assets:

npm run dev

Setup configuration:

cp .env.example .env

Generate application key:

php artisan key:generate

Create a SQLite database. You can also use another database (MySQL, Postgres), simply update your configuration accordingly.

touch database/database.sqlite

Run database migrations:

php artisan migrate

Run database seeder:

php artisan db:seed

Start the local web server, or use Laravel Valet or Homestead.

php artisan serve

You're ready to go! Visit http://127.0.0.1:8000 in your browser, and login with:

Running tests

To run the Events in Wichita tests, run:

vendor/bin/phpunit

About

Just Events in Wichita, nothing else.

https://eventsinwichita.com

License:MIT License


Languages

Language:PHP 68.6%Language:Vue 30.8%Language:HTML 0.6%