Skip to content

Create LocaPulse UI site and handle its backend with Laravel 10.x to find missing things with the help of an AI model.

Notifications You must be signed in to change notification settings

Breksam/LocaPulse

Repository files navigation

LocaPulse

Create LocaPulse UI site and handle its backend with Laravel 10.x to find missing things with the help of an AI model.

Getting Started

  • Handel authentication.
  • The site is responsive.
  • Use the Laravel/UI package.
  • Create a simple UI for users with HTML, CSS, JS, and Bootstrap.
  • The user can add anything he found to find its owner, or add anything he lost to find it.
  • Preparing API to fetch all the data from the database from both the lost and found tables in order to send it to the AI to complete its work.
  • Receiving API from AI, extracting data from it, and performing the necessary operations, while displaying the appropriate content to the user on the interface.

Tools

  • Laravel 10.x.
  • HTML.
  • CSS.
  • JS.
  • Bootstrap.

Installing

A step by step series of examples that tell you how to get a development environment running

clone Repository in your local pc

git clone https://github.com/Breksam/LocaPulse.git 

run on your cmd or terminal

composer install

copy .env.example file to .env on the root folder

copy .env.example .env

then open your .env file and change the database name (DB_DATABASE) to whatever you have, username (DB_USERNAME) and password (DB_PASSWORD) field correspond to your configuration.

open the terminal in the project then:

run

php artisan key:generate

run

php artisan migrate

run

php artisan db:seed

run

php artisan serve

Running the tests

Now you can try the site locally on your browser.

open the terminal in the project then:

run

php artisan serve

Site Screens

Site Pages Screens image-description image-description image-description image-description image-description image-description image-description image-description image-description image-description

Authors

About

Create LocaPulse UI site and handle its backend with Laravel 10.x to find missing things with the help of an AI model.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published