This repository contains the backend, frontend, and websocket server for my project. The idea is to be able to share simply lists with your relatives with instant communication using Websockets and later PubSub/Webpush for notifications.
backend/
: Contains the backend code.frontend/
: Contains the frontend code.websocket/
: Contains the websocket server code.
To run all services locally, ensure you have Docker and Docker Compose installed and runnning, then follow these steps:
-
Clone the repository: git clone [email protected]:RomainBasly/simplists.git cd simplists
-
Install docker and docker compose For Docker, see : https://www.docker.com/get-started/ For Docker compose, see : https://docs.docker.com/compose/install/
-
Launch Docker
-
Run
docker-compose up --build
pull: git subtree pull --prefix={{name_of_folder}} {{name_of_folder}} main --squash
execute the command git remote -v
if pulling does not work, to see if a remote branch exists
otherwise add it git remote add {{name_of_folder}} {{link_to_repo}}
and check again git remote -v