MERN stack shopping cart, written in TypeScript
The MERN stack shopping cart app is a project built with technologies such as React, Redux, Node, Express, and MongoDB. It incorporates a responsive front-end design using Material-UI and utilizes Redux for state management. The app features a RESTful API design and can be run in Docker containers or separately.
To install and run the MERN stack shopping cart app, follow these steps:
docker-compose to pull images and build containers for the frontend, backend, and database.localhost:3000.docker exec -it <container name> bash for troubleshooting if needed.The MERN stack shopping cart app is a learning example showcasing the integration of React, Redux, Node, Express, and MongoDB. It provides a responsive design with Material-UI and implements Redux for state management. By utilizing Docker containers, the app offers ease of deployment and can also be run separately without Docker, making it a versatile project for showcasing full-stack development skills.