Skip to content

Latest commit

 

History

History
109 lines (72 loc) · 5.15 KB

README.md

File metadata and controls

109 lines (72 loc) · 5.15 KB

Locker.ai

Locker.ai 🗝️

Locker.ai is a service that uses a unique AI-driven authentication mechanism to safely report and retrieve lost items.

Core Contributors 🛠️

shio st20089ki ituki
#repository-owner #designer #backend-engineer #frontend-engineer #backend-engineer #ml-engineer

Setup with Docker Compose 🐙

You can easily launch the development environment of Locker.ai with Docker Compose.
Here is the step-by-step guide.

Attention

1. clone git repository

git clone "https://github.com/nitic-pbl-p8/lockerai" && cd "./lockerai"

2. launch conatiner

docker compose -f "./docker/docker-compose.development.yaml" -p "lockerai" up -d

3. set environment variables

See .env.example or contact the repository owner for more details.

4. install dependencies

pnpm install

Setup locally 🖥️

If you need to build the Supabase development environment locally, please follow the steps below.

Attention

1. clone git repository

git clone "https://github.com/nitic-pbl-p8/lockerai" && cd "./lockerai"

2. set environment variables

See .env.example or contact the repository owner for more details.

3. install dependencies

pnpm install

4. setup supabase

See Supabase official documentation for more details.

Project Useful Links 📚

Here are some useful links for this project.

Design

Component Catalog