Skip to content

Irehh/firstapi

Repository files navigation

Set up :

  1. Clone the repo and cd into it
  2. In your terminal composer install
  3. Rename or copy .env.example file to .env
  4. php artisan key:generate
  5. Set your database credentials in your .env file
  6. Set your Braintree credentials in your .env file if you want to use PayPal . using sqlite ,check your database folder
  7. npm install
  8. npm run watch
  9. run command[laravel file manager]:- php artisan storage:link
  10. Edit .env file :- remove APP_URL
  11. php artisan serve or use virtual host
  12. Visit localhost:8000 in your browser
  13. Visit /admin if you want to access the admin panel. Admin Email/Password: [email protected]/1234

Thank You so much for your time !!!

About

My first tutorial based api project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published