Skip to content

Sebb57/my_teams

Repository files navigation

My_teams

My_teams is a small mimic of the already existing teams application.

Running the project

Server

to run the server, ensure docker is installed and that you made a .env based on the example, then run :

docker-compose up --build

Client

For the client you either open a browser and search localhost:8080 to access the web GUI. If you want a CLI run the following commands :

cmake -S . -B build && cmake --build build -j
./myteams_cli 127.0.0.1 <server_port>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors