hridoy-roy / app-api

Rest api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run this project

  • Clone this Project
  • Create .env file from .env.example file
  • Create Database
  • Fill the DB related information inside .env and run
  • Run: composer install
  • Run: php artisan key:generate
  • Run: php artisan migrate:fresh --seed
  • Run: npm install
  • Run: npm run dev
  • Run: php artisan serve
  • Browse This Url: http://127.0.0.1:8000
  • API link start with: http://127.0.0.1:8000/api/v1/

-- laravel: 10 -- php: 8.1

About

Rest api


Languages

Language:PHP 61.9%Language:Blade 37.6%Language:JavaScript 0.5%Language:CSS 0.0%