Bridging the Gap: REST, GraphQL, and WebSockets Server side initialization cd server Create a .env file on the server folder root MONGO_URI= PORT= Install all libraries npm i Run command npm run dev Client side initialization cd client1 Install all libraries npm i Run command npm run dev