Liigu põhisisu juurde

Minu panus

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

Kuidas ma töötasin

  • 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.
Teostuse eelvaade
  1. TypeScript interface
  2. Spring Boot / GraphQL
  3. PostgreSQL / PostGIS

Mis see on

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.

Funktsioonid

  • 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

Tehnoloogiad

TypeScriptJavaSpring BootGraphQLPostgreSQLPostGISDocker

Kuidas jooksutada

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