Talk easily with fellow developers using just their GitHub usernames. No more emails – connect, chat, and collaborate hassle-free for smoother coding discussions
- spring boot - the backend framework used is Spring Boot ... it is a Java-based framework used to build endpoints
- cassandra - the database is Cassandra ... it is a NoSQL database that is highly scalable and fault tolerant
- next js - the frontend framework used is Next.js ... it is a React framework that is used to build server side rendered applications
- typescript - the language used is TypeScript ... it is a superset of JavaScript that adds static type definitions
- tailwind css - the CSS framework used is Tailwind CSS ... it is a utility-first CSS framework for rapidly building custom designs
GET /login
- redirects to GitHub login pageGET /folders/save
- saves a folder to the databaseGET /folders
- returns all foldersPOST /compose
- creates a new messageGET /messages
- returns all messagesGET /message/:id
- returns a message by id