Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

192 Commits
 
 
 
 
 
 
 
 

Repository files navigation

codeSDK

A Flask-based REST API server built to submit our answers for the UBS Global Coding Challenge 2025. The challenge contained a wide variety of questions including data structures & algorithms, game simulation, and cybersecurity CTFs.

Tech Stack

  • Framework: Flask
  • Architecture: REST API
  • Language: Python

Getting Started

Prerequisites

  • Python 3.7+
  • pip package manager

Installation

  1. Clone the repository:
git clone https://github.com/LemonDrew/codeSDK.git
cd codeSDK
  1. Create a virtual environment:
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
  1. Install dependencies:
pip install -r requirements.txt

Running the Server

python app.py

The server will start on http://localhost:8080 by default.

About

coding challenge for UBS

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages