Skip to content

daenuli/codingcollective

Repository files navigation

Installation

Clone the repository.

git clone https://github.com/daenuli/codingcollective.git

Switch to the repository folder.

cd codingcollective

Use the package manager composer to install required packages.

composer install

Create new database.

mysql -u root -p -e'create database coding'

Copy the example env file and changes config in the .env file.

cp .env.example .env

Generate new APP_KEY

php artisan key:generate

Run database migration

php artisan migrate

Seed database to get user account

php artisan db:seed

Create a client for issuing access tokens

php artisan passport:install

Run development server

php artisan serve

Access development server at http://127.0.0.1:8000

Access API Documentation at http://127.0.0.1:8000/api/documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published