karim88 / nearby-shops-back-service

A coding challenge for Hidden Founders (Back-Service)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NearbyShopsFront

This is a coding challenge for Hidden founders.

This is just the Back-Service using Laravel 5.7. You can find the Front-Service Here.

Prerequise

  • You need PHP 7.1+
  • Mysql
  • Php Composer

Installation

  • Clone the project git clone https://github.com/karim88/nearby-shops-back-service.git
  • Navigate to the project folder cd nearby-shops-back-service
  • Install dependencies composer install
  • Clone the environement file cp .env.example .env, then change mysql connection information the database name, and APP_URL value too.
  • Then run the migration php artisan migrate
  • Seed the data (shops in this case) php artisan db:seed
  • Generate auth keys php artisan passport:install
  • Finally generate application key php artisan key:generate
  • Now you are Ready To Go you can run php artisan serve.

About

A coding challenge for Hidden Founders (Back-Service)

License:GNU General Public License v3.0


Languages

Language:PHP 96.6%Language:HTML 2.8%Language:Vue 0.6%