Skip to content

Abdul-Gafur/sunma-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sunma AI

Installation

Local Development

The easiest way to run this project is by using Docker.

Make sure you have Docker installed and then start it with docker-compose:

docker compose up -d --build

# or without build
docker compose up -d

Next, run the database migration:

docker compose exec server php artisan migrate

You can also ssh into the container:

docker compose exec server bash

Kill the container:

docker compose down -v --remove-orphans

If you are working on the UI, make sure to run Vite dev:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published