Coder Social home page Coder Social logo

small_technical_task's Introduction

Small technical task

I coded this to show my developer skills to an enterprise job application.

The requirements of this task were the following:

  • Design and implement a Back/account manager in C++.
  • More requirement details are not provided to disallow copy.

Building

To configure the program, the API documentation, and the Unit Tests, follow the following steps.

Dependencies

  • CMake version 3.20.
  • A C++ compiler.
  • In Windows, Visual Studio 14.
  • Doxygen version 1.9 or superior.
  • Graphviz version 5 or superior.

Once the dependencies are solved, execute the following depending on your target OS.

Linux

git clone https://github.com/ccostagliola/small_technical_task.git
cd small_technical_task
mkdir build
cd build
cmake ..
cmake --build .

Once finished, the outcome will be in the following directories:

  • Program: small_technical_task/build/tech_task
  • API documentation: small_technical_task/build/doc/doc_doxygen/html/index.html

Windows

For Windows you have to indicate Visual Studio target to cmake:

git clone https://github.com/ccostagliola/small_technical_task.git
cd small_technical_task
mkdir build
cd build
cmake -G "Visual Studio 14 2015" -A Win64 ..
cmake --build .

Usage

To execute the program:

cd small_technical_task/build
tech_task

Testing

To run all the Unit Tests:

cd small_technical_task/build
ctest

Author

Claudio Costagliola Fiedler ([email protected])

small_technical_task's People

Contributors

ccostagliola avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.