Simple Social Media (SSM) is a small project that aims to create a small, simple social media platform that can run on relatively low-end hardware, written in C# on the backend, with Nuxt3 on the frontend.
.gitignore | ||
LICENSE | ||
README.md |
SSM
Simple Social Media (SSM) is a small project that aims to create a small, simple social media platform that can run on relatively low-end hardware, written in C# on the backend, with Nuxt3 on the frontend.
Design Considerations (version 1)
To keep the system simple for development, I've decided to split it up into two.
- Frontend.
- Backend.
The frontend consists of:
- Nuxt3.
- Tailwind.
The backend consists of:
- C# ASPNET
- Some kind of SQL. Likely PostgreSQL
The two systems will communicate via REST API with json (maybe ProtoBuff later).
Authentication is handled with email, password, with JWT.