Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 545 Bytes

File metadata and controls

12 lines (7 loc) · 545 Bytes

code-challenge

Full Stack JS - Code Challenge

This project contains the code challenge for the full stack JS. The project is divided in 3 folders:

  • backend-api: The backend api is a simple nodejs express server, more details in the README.MD file.
  • front: The frontend is a simple react application, more details in the README.MD file.
  • devOps: This folder contains the devOps files to deploy the application in a kubernetes cluster, more details in the README.MD file.