Skip to content

Odeuropa/Nefertum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nefertum

Akinator like guesser for smells.

How to deploy for production

  1. Copy the file .env.example into .env and edit it accordingly:

    • API_PORT - Port for the API (default: 5000)
    • CLIENT_PORT - Port for the client (default: 3000)
    • NEXT_PUBLIC_API_ENDPOINT - URL to the API endpoint
    • NEXT_PUBLIC_SUPABASE_URL - URL to the Supabase database
    • NEXT_PUBLIC_SUPABASE_ANON_KEY - Supabase anon
  2. Download the smell embeddings and copy them into the api/data directory.

  3. Run the following command:

    docker compose up --build -d

About

Akinator like guesser for smells.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 58.7%
  • Python 37.0%
  • Dockerfile 3.0%
  • SCSS 1.3%