2025-07-01 20:54:31 +03:00
2025-06-16 17:44:13 +03:00
2025-07-01 20:54:31 +03:00
2025-06-16 17:44:13 +03:00
2024-09-30 18:28:14 +00:00
2025-06-16 17:44:13 +03:00

Dev connector


Web app created with React, Redux, MUI in the front end. Express and mongoose on the back end. It also has docker images.

Docker Usage:

docker compose -f docker-compose.yml up

The app is available at http://localhost:8080

Run the app locally

Requires running mongodb service.

In the client directory: npm run dev In the server directory: MONGO_URL=mongodb://the_username:the_password@localhost:3456/the_database JWT_SECRET=mysecrettoken npm run server

The app will be available at http://localhost:5173

S
Description
No description provided
Readme 6.8 MiB
Languages
TypeScript 98.5%
Dockerfile 0.6%
JavaScript 0.3%
HTML 0.3%
Shell 0.3%