Social graph is a dead simple micro blogging platform. It remembers the old and good medium platform, combined with some fast interactions twitter has.
Check the ADRs folder to better understand some decisions taken on this project. We track new features and changes through issues. Take a look at the CONTRIBUTING.md file to better understand how to contribute.
The REST API documention is under the folder openapi/openapi.yml. Just import this file to your preferred REST API client.
- Golang 1.18
- Neo4j
Right now we are deploying on Vercel using Serverless function. It's free! Take a look.
It's all automated, so after your PR got merged to the main branch, we automatically ship your code to production. During the development, we also generate a preview version of your code.
Although we have a production version running, this is just a toy project that I use to stress some software engineer concepts. Everything can change.
That said, feel free to purpose architectural improvements and new ideas.