Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 902 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 902 Bytes

Development challenge

Medcloud's challenge accepted by lfnjunior.

Problem

  • 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.

Spec

  • 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.

References

  • DynamoDB with Lambda and API Gateway

Quick Start

Into 'Client React Redux' folder, you will need run the following command to install all necessary dependencies:

$ npm i

then

$ npm run dev

API Rest AWS

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