Skip to content

Jeremiahiro/hng-task

Repository files navigation

hng


AUTHENTIATION ROUTES

  • api/register/user - to register a new user
  • api/login - to login an existing user
  • api/user - to get authenicated users details
  • api/logout - destroy's token

postman documentation

Installation Guide

  • You need a server, download Wamp or Xampp

  • fork and clone this repository to get a local copy

  • change into the new projects directory

  • add upstream and checkout to a new branch

  • run cp .env.example .env to get .env file

  • add your database details

  • run composer install

  • run php artisan migrate to migrate database schema

  • run php artisan passport:install

  • finally start your local serve using php artisan serve

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published