Skip to content

lfnjunior/development-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Medcloud's challenge for the general development internship vacancy.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors