Medcloud's challenge accepted by lfnjunior.
- System with a local CRUD.
- Local database to manage a collection of patients.
- And in real-time, replicate the inserts/edits/deletes on a remote database.
- Remote database to manage a collection of patients.
- React
- Redux
- AWS Free Tier for your database and REST API.
- Use to interact with your local database.
- Locally, Docker to host your database and CRUD.
- DynamoDB with Lambda and API Gateway
Into 'Client React Redux' folder, you will need run the following command to install all necessary dependencies:
$ npm i
then
$ npm run dev
Inside the folder API Rest AWS are the serverless scripts that I used to create the Rest API. But the frontend already contains the Rest API endpoint