Skip to content

openkfw/InnoSpace

Repository files navigation

Innospace - the AI tool that helps you navigate the innovation space.

Project Tech Stack Overview

Diagram giving an overview of the tech stack in this project

Startup guide

To start the application, create your personal .env files based on the examples:

cp ./postgres/.env.example ./postgres/.env
cp ./frontend/.env.example ./frontend/.env
cp ./backend/.env.example ./backend/.env

Set the missing values as described in the .env.example file.

Then start the application using docker compose:

docker compose up

The application is now accessible

  • frontend: http://localhost:3000 (default is 3000)
  • backend http://localhost:8000 (default is 8000)