You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.