is a simple chat that was built with entire javascript technologies, for the frontend, backend and database.
PORT, the http client port, default is 3000.PUBLIC_DIR, the http server port.PORT, the http server port, default is 4200.MONGO_URI, the MongoDB database uri. SECRET, secret express-session key.ORIGIN, the http client port.git clone https://github.com/santiagocuebas/sveltekit-chat-app
cd sveltekit-chat-app
cd backend
pnpm install
npm start
cd frontend
pnpm install
npm start