Skip to content

Latest commit

 

History

History
65 lines (55 loc) · 4.79 KB

File metadata and controls

65 lines (55 loc) · 4.79 KB
PuzzleRender's Logo
Crafting puzzles, one challenge at a time...

A web application that helps users to seamlessly generate and create puzzles, easing the stress of searching through infinite amount of resources, and generating your desired puzzle instead :)


The Team

Frontend Dev Backend Dev Backend Dev Backend Dev
Favour Michael

Favour Michael

Olusegun Adeleke

Segun Adeleke

Dohou Daniel Favour

Dohou Daniel Favour

Cobby Solomon

Cobby Solomon


Technologies Used

                 

Overview Of Project Architecture

When the user visits PuzzleRender, a request to the server is made through the browser. The request is then sent to the frontend, and the frontend passes on this request to the backend using the API and API routing. The backend then processes the request and queries the remote database. Upon a successful return of results from the queried database, the backend processes this response, and feeds it to the frontend using the API. The frontend then feeds this response to the browser, and the user remains happy :) (Psst!, all of this happens in split-seconds 😁)