https://github.com/pingu-73/social_media_adt
A Social Media ADT
https://github.com/pingu-73/social_media_adt
Last synced: about 2 months ago
JSON representation
A Social Media ADT
- Host: GitHub
- URL: https://github.com/pingu-73/social_media_adt
- Owner: pingu-73
- License: mit
- Created: 2024-01-19T08:26:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-06T06:22:25.000Z (over 1 year ago)
- Last Synced: 2024-02-06T08:33:02.557Z (over 1 year ago)
- Language: C
- Size: 22.5 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
A Social Media ADT that can handle features related to posts, comments and replies via a set of commands through the terminal.## Implementation
## Run
- run `./run.sh` file.
- run `make` and then type `./run` to execute the social media ADT. To clean the execuatable files after running type `make clean`.## Functionalities
- running `man` will list all the functions that are present in the code.
- `exit` will exit the program.
![]()