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.
- Host: GitHub
- URL: https://github.com/catalin246/restaurant-api
- Owner: Catalin246
- Created: 2024-01-23T19:56:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-06T19:59:41.000Z (over 2 years ago)
- Last Synced: 2025-02-22T11:42:34.813Z (over 1 year ago)
- Topics: api, authentication, laravel
- Language: PHP
- Homepage:
- Size: 409 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.