Skip to content

Bravocare recruitment challenge. Setup a PostgreSQL env. Create an API that queries into it, morphing the data for final display. Create a React app that handles queries and displays results.

Notifications You must be signed in to change notification settings

iasisalomon/challenge_Bravocare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bravocareChallenge

1. setup the database

  • docker compose up -d
  • go to localhost:8080
  • enter postgres db using credentials (see docker compose for them)
  • Import the SQL file using adminer

2. launch express api

  • cd api folder
  • npm run dev

3. run front end interface

  • cd frontend
  • npm run start

About

Bravocare recruitment challenge. Setup a PostgreSQL env. Create an API that queries into it, morphing the data for final display. Create a React app that handles queries and displays results.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages