Skip to main content

My contribution

I handled most of the implementation, while Vladimir handled most of the testing. CodeMeet was a shared project, not a solo build.

How I worked on it

  • Worked across the web interface and the application’s API-backed flows for connecting developers.
  • The project combines a TypeScript frontend, a Spring Boot backend with REST and GraphQL, and PostgreSQL with PostGIS. Docker brings those pieces together.
Implementation preview
  1. TypeScript interface
  2. Spring Boot / GraphQL
  3. PostgreSQL / PostGIS

What it is

A dev-focused "dating" platform. The pitch: instead of swiping on photos, you swipe on code, projects, and stack preferences. Built as a full-stack app with a GraphQL backend, PostgreSQL, and a separate frontend.

Features

  • GraphQL API with subscription support
  • Dev profile cards with stack, repos, languages
  • Match logic based on shared tech interests
  • Docker-compose for one-command local dev

Stack

TypeScriptJavaSpring BootGraphQLPostgreSQLPostGISDocker

How to run it

git clone https://github.com/AG064/CodeMeet.git
cd CodeMeet
./run-all.sh   # or run-all.ps1 on Windows
# Opens backend on :4000, frontend on :3000