Skip to content

StrajDevil/API-connection-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

API connection template

Sample code for connecting to different APIs.

About release:

Quick setup

  1. Go to api repository: cd api
  2. Copy .env.example to .env
  3. Run migrate with seeder: php artisan migrate:fresh --seed
  4. Run server command: php artisan serve
  5. Go to app repository: cd app
  6. Install Quasar CLI: yarn global add @quasar/cli
  7. Install yarn package: yarn install
  8. Start the app in development mode (hot-code reloading, error reporting, etc.): quasar dev
  9. Open the page in browser: http://127.0.0.1:8080/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors