Skip to content

cuttle-ai/brain-frontend

Repository files navigation

BrainFrontend

Frontend of the brain application written in Angular

Prerequisite

You would require the following to be installed in your system

Installation

Add the following variables to your .bashrc or .zshrc in your home directory

export VAULT_ROOT_KEY='get-the-vault-root-token-from-development-team'
export CUTTLE_AI_CONFIG_VAULT_TOKEN=$VAULT_ROOT_KEY
export CUTTLE_AI_CONFIG_VAULT_ADDRESS='https://vault.cuttle.ai'
export CUTTLE_AI_CONFIG_VAULT_DEFAULT_PATH='cuttle-ai-development'
git clone https://github.com/cuttle-ai/file-uploader-service
cd file-uploader-service
sh setup.sh
cd ../brain-frontend
sudo npm install -g @angular/cli
npm i

Usage

Navigate into the project directory and run the following command

cd ../auth-service && go run main.go

Open another terminal session in the project directory and run the following command

cd npm start

About

Front-end of the brain application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published