Skip to content

Kingsconsult/wallet_backend

Repository files navigation

Wallet Backend

  • Clone the repo

    git clone https://github.com/Kingsconsult/wallet_backend.git

  • Copy and rename the .env.example file to .env

  • Generate the app key

    php artisan key:generate

  • Create the database

  • Run the migration

    php artisan migrate

  • Create the passport encryption keys

    php artisan passport:install

  • Start the App on localhost

    php artisan serve

Endpoints

Use the token generated from the login and use as the bearer token for other routes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors