Node Apollo Server connected to a Mongo database serving a TS React client using react-query.
- Docker
- Open a terminal is this project directory and run the command below
docker compose up -d --build
- To stop the app run the command below
docker compose down
The client is externally mapped to port http://localhost:3000, the Server is externally mapped to port http://localhost:4000/graphql, the database is externally mapped to port https://localhost:27017