You have the option to install ODIN using Docker, which will automatically install, set up and run the Memgraph database, the backend, and frontend components, or you can manually run the project locally for a more customized setup or if you already have Memgraph up and running.
Docker installation
Before you start, make sure you have a running Docker instance and Docker compose installed.
- You will need to create a
.env
file inside the ODIN folder with your OpenAI API key to access the app features. It should look like this:
OPENAI_API_KEY=YOUR_API_KEY
Where YOUR_API_KEY is a key you can get here.
- Run:
It will take up to ten minutes to download and run all dependencies. Now, that you have ODIN successfully installed, you can go to the next step.
Manual installation
Make sure you have Node.js version 14 or above and npm installed.
- Install the required Nod