Skip to content

This repository contains documentation and explanations of the solution architecture and design decisions made for the Geektrust - Geekdemy. coding challange.

License

Notifications You must be signed in to change notification settings

eduabdala/challange-python-geekdemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geektrust - geekdemy - Documentation

License: MIT

This repository contains documentation and explanations of the solution architecture and design decisions made for the Geektrust - Geekdemy. coding challange.


📂 Documentation Index

This project contains multiple structured sections:


Commands

Use the following commands to configure, run, and manage the project:

# Create a virtual environment
python3 -m venv venv

# Activate the virtual environment
source venv/bin/activate

# (Optional) Run the startup script
./run.sh

# Install dependencies
pip install -r requirements.txt

# Run the application with a sample input
python3 -m geektrust sample_input/input1.txt

# Deactivate the virtual environment when finished
deactivate

About

This repository contains documentation and explanations of the solution architecture and design decisions made for the Geektrust - Geekdemy. coding challange.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages