Skip to content

guiima/development-challenge-two

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Development challenge

Medcloud's challenge for the general development internship vacancy.

Problem

We need a system with a local CRUD and database to manage a collection of patients, and in real-time, replicate the inserts/edits/deletes on a remote database.

Spec

To develop the CRUD, you MUST use the web frameworks React and Redux. In the cloud, you MUST use the AWS Free Tier for your database and REST API that you will use to interact with your local database. Locally, you MUST use Docker to host your database and CRUD.

References

Intro to React: https://reactjs.org/tutorial/tutorial.html Getting started with Redux: https://egghead.io/courses/getting-started-with-redux DynamoDB with Lambda and API Gateway (you can use AppSync too): https://aws.amazon.com/getting-started/projects/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/

Delivery

You MUST fork this repository to your own account and push you code to it. When you finish it, you must send a email to cv@medcloud.com.br with your curriculum, fork, DockerHub image and how many time you managed to complete the challenge.

Good luck! Any doubts, feel free to send an email to cv@medcloud.com.br.

About

Medcloud's challenge for the general development internship vacancy.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.9%
  • HTML 3.1%