Coder Social home page Coder Social logo

treegram-server's Introduction

Treegram - C++ Back End

Welcome to the Treegram C++ back end project repository! Treegram is a social media site backend implemented in C++ that utilizes an AVL tree-like data structure along with a hashtable for efficient data storage, retrieval, and insertion. This project also handles routing and provides a JSON API for client-side interaction.

Features

  • AVL Tree Data Structure: Utilizes an AVL tree-like data structure for efficient storage and retrieval of data.
  • Hashtable: Implements a hashtable for fast insertion and retrieval of data.
  • Routing: Handles routing for the backend using the Crow library.
  • JSON API: Provides a JSON API for seamless interaction with the client-side.

Installation

To run Treegram backend, follow these steps:

  1. Clone the repository:
git clone https://github.com/AnonMiraj/DS-Tree.git
  1. Navigate to the project directory:
cd DS-Tree
  1. Build the project using your preferred build system.
make
#or
./bulid

Usage

  • Start the backend server.
  • Connect your client-side application to the provided API endpoints.
  • Utilize the JSON API to perform various actions such as user authentication, posting, liking, etc.

Acknowledgements

  • Special thanks to the creators of the Crow library for providing a powerful routing and JSON handling solution.
  • A big shoutout to Ahmed El-gharbawy for their hard work and dedication on the web side of Treegram.
  • Additionally, heartfelt thanks to Mohamed Elsayed for their contributions to the mobile side of Treegram.

treegram-server's People

Contributors

anonmiraj avatar moosayed1 avatar gharbawy1 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.