This repository contains a full-stack application, using MVVM pattern on the front-end.
This application and its services are not production ready, and is not propely configured for deployment.
- React
- Typescript
- Axios (Http Client)
- Formik (Form)
- Yup (Form Validation)
- Material UI (UI Framewrok)
- Mobx (state management)
Make sure you have installed Docker on your machine.
cd shopping-list
Run the containers
docker-compose up
After having 4 container running
- Postgres
- node-backend
- node-frontend
- nginx
Access to: http://localhost:8080