Skip to content

dshmmd/minimal-twitter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

MinimalTwitter

A simplified version of Twitter. (client and server, CLI)

This program runs in the terminal and is not designed with a graphical interface. Users can post tweets, follow each other, like tweets, and leave comments.

Please open each server and client file as Clion project (Right click, open as Clion project).

If you want to run the code through CMD please go to Add Configurations in CLion: Client: set Executable to myCodesClient\cmake-build-debug\run.bat. Server: set Executable to myCodesServer\cmake-build-debug\run.bat.

There are also two EXE files at (myCodesClient\cmake-build-debug and myCodesServer\cmake-build-debug) so you can test the project with them.

About

A simple C project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published