Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 762 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 762 Bytes

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...