Skip to content

luminousbinary/socialLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

This Is Sociolite App

Its a work in progress Fullstack Social Media application that helps in information sharing and knowledge gatharing.

To run the app ensure you have npm installed.

Backend

The backend is built with nest js framwork. The database is a SQL database and it uses MySQL and PrismaORM to ensure ease of connectvity between database and the backend functionalities

Users can:

  • Create a profile
  • Create a post
  • View a feed of posts
  • View A post
  • Delete their post
  • Update their post
  • Send a friend request & acept friend request
  • send connection and accept connection
  • ... and more

More Details would be added soon...