An open API service indexing awesome lists of open source software.

https://github.com/catalin246/restaurant-api

This project provides a API build using Laravel framework for a restaurant. On login using the API login route you check if the user exists and then you return the token . This token can then be used for authentication for the rest of the endpoints.
https://github.com/catalin246/restaurant-api

api authentication laravel

Last synced: 3 months ago
JSON representation

This project provides a API build using Laravel framework for a restaurant. On login using the API login route you check if the user exists and then you return the token . This token can then be used for authentication for the rest of the endpoints.

Awesome Lists containing this project

README

          

# Restaurant Laravel API

## Run the project locally

Execute the fallowing sequence of commands in terminal

1. `compoer install`

2. `npm install`

3. `php artisan serve`

4. `npm run dev`

## Link: http://localhost:8000/

## Postman

In the root directory of the project is the restaurantAPI.json file which contains the collection for testing the endpoints using postman.