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