An open API service indexing awesome lists of open source software.

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

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.

Demo