Git Product home page Git Product logo

mysterious-family's Introduction

Mysterious Family

Introduction

This is a simple secure implementation of family tree, developed as the final project of Data Structures and Algorithms (Fall 2023) course at Iran University of Science and Technology. The architecture of the project is based on the project description provided by teaching assistants.

Installation

Recommended Way: Manual Installation

Dependencies

On Ubuntu operating system, install these dependencies:

sudo apt-get install g++
sudo apt-get install libjsoncpp-dev
sudo apt-get install libboost-dev
wget https://github.com/CrowCpp/Crow/releases/download/v1.0%2B5/crow-v1.0+5.deb
sudo apt-get install crow-v1.0+5.deb

Compilation

On Unix-like operating systems, to compile the project and run the web application, just run run.sh with app argument:

chmod +x run.sh
./run.sh app

Instead of using the web application, you may run the test to debug the project:

./run.sh test

Note: You can also run these commands to compile and run the web application:

g++ -c libs/*.cpp -ljsoncpp
g++ -o app.out app.cpp *.o -ljsoncpp
./app.out

Alternative Way: Docker Image

You can use Dockerfile in order to build an image containing everything neccesary to run the web application. But since it is not fully tested yet, we do not recommend this way.

Schema

You can take a look at classes diagrams.

Developer

This project was developed by Kazem Forghani, a student of Computer Science Department of Iran University of Science and Technology.

You can contact via [email protected].

License

This project has been released under MIT License.

mysterious-family's People

Contributors

k-forghani 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.