Skip to content

reymondb/laravelexam

Repository files navigation

laravelexam

Mysql DB Queries are found in "mysql database queries" folder.

  • mysql.sql contains all the queries on the database exam.
  • "mysql database queries/mysql" folder contains individual

Running The App

  1. Clone this repo

  2. cd into your project

  3. Install Composer Dependencies by running in command line

composer install

  1. Install NPM Dependencies

npm install

  1. Setup Database

upload or run "mysql database queries/mysql/create_database.sql" to your database server

  1. Create a copy of .env file

cp .env.example .env

  1. Migrate the database

php artisan migrate

  1. Seed the database

php artisan db:seed

  1. Start the server

php artisan serve

  1. go to the link

http://localhost:8000/users

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages