Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abrarshakhi/social-media-cli
A simple social media command line interface app
https://github.com/abrarshakhi/social-media-cli
Last synced: 6 days ago
JSON representation
A simple social media command line interface app
- Host: GitHub
- URL: https://github.com/abrarshakhi/social-media-cli
- Owner: AbrarShakhi
- License: mit
- Created: 2024-07-01T16:16:52.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-01-09T09:51:12.000Z (about 1 month ago)
- Last Synced: 2025-01-09T10:46:12.991Z (about 1 month ago)
- Language: C++
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# social_media_cli
#### A simple social media command line interface appThis is my project I did in the Data Structures course at my university. We are required to create a program (in a single file) using the data structures that our instructor taught in class.
#### how to run ?
* clone this project and run `Makefile`
* or run this `g++ src/*.cpp -o bin.out` and then `./bin.out`> **_NOTE:_** We are required to make this project into a single file. But here I split the 'classes' and 'functions' into different files. So, if the project doesn't work, there might be a problem with the 'include section'.
In this project, users can:
* Sign in and sign up.
* Publish a post,
* Follow people,
* Like posts,
* View mutual friend suggestions,
* Find users and more.