Skip to content
This repository was archived by the owner on Jul 2, 2025. It is now read-only.
/ gs-hackathon Public archive

Finalist Beton SKM solution to Goldman Sachs Hackathon Warsaw 13th December event.

License

Notifications You must be signed in to change notification settings

Depermitto/gs-hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability analysis

Setting up backend

  1. Install poetry. One of the options is using pipx:
pipx install poetry
  1. Setup project files:
poetry install
  1. Run webserver:
poetry run python backend

After that, you can access API at http://127.0.0.1:8000/

Setting up frontend

Attention: npm has to be installed.

cd frontend
npm install
npm run dev

After that, you can access site at 127.0.0.1:5173

Example API

Attention: docker has to be installed.

docker run --rm -p 5000:5000 erev0s/vampi:latest
curl -X 'GET' 'http://127.0.0.1:5000/createdb' -H 'accept: application/json'

After that, you can access the API documentation at 127.0.0.1:5000/ui

About

Finalist Beton SKM solution to Goldman Sachs Hackathon Warsaw 13th December event.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •