Challenge Overview
A client has requested Topcoder to build new screens for a web application for their insurances products. We have already created the angular frontend.
Goal of the challenge
The main goal of this challenge is to create the initial backend application.
Framework and Technologies
Individual Requirements
- Create a Node.js backend based on the provided documentation
- Swagger file will be provided in the forum
- All endpoints will call a mock service for data
- mock service will be provided in the forum
- must be deployed locally
- mock url must be configurable
- Bearer token must be used
- provide configuration for token generation
- Dockerfile and docker compose must be provided for the current backend
Final Submission Guidelines
- Backend application
- Deployment and configuration documentation