Skip to content

kiptoo-korir/data-sharing-api-tutorial

Repository files navigation

Data Sharing Api Project

A demonstration project to portray how to share data across multiple api endpoints in a laravel app. The tutorial, written on medium, can be found here.

Important Note

The repository contains two branches, the main branch and the tutorial branch. The main branch contains the end product of the tutorial while the tutorial branch will enable you to follow along with the tutorial.

Project Setup

  1. Clone the project git clone [email protected]:kiptoo-korir/data-sharing-api-tutorial.git
  2. Setup the environment variables and setup the database
  3. Install the dependencies using composer composer update
  4. Migrate the tables php artisan migrate
  5. Seed the data php artisan db:seed
  6. Checkout to the branch you need
  7. Run the app using php artisan serve

About

A demonstration project to portray how to share data across multiple api endpoints in a Laravel app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published