Skip to content

Wille1989/APImedAI

Repository files navigation

Welcome to my awesome API Project! 🚀

API Routes

Public Routes

Method Endpoint Controller & Action
`GET HEAD` /
POST api/guest/chat GuestChatController@chat

Authentication

Method Endpoint Controller & Action
POST api/login AuthController@login
POST api/logout AuthController@logout
POST api/register AuthController@register

User Routes

Method Endpoint Controller & Action
`GET HEAD` api/user
POST api/user/chat ChatbotController@userChat

Security & Utility

Method Endpoint Controller & Action
`GET HEAD` sanctum/csrf-cookie
`GET HEAD` storage/{path}
`GET HEAD` up

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages