Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sumon766/rtb-test


https://github.com/sumon766/rtb-test

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Run tests](#run-tests)
- [👥 Authors](#authors)

# 📖 Real Time Bidding Native Campaign Response

**Real Time Bidding** is a real time bid tracker which is developed using Raw PHP for parsing JSON data and return a response for bidding.

## 🛠 Built With

### Tech Stack

Server

## 💻 Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

Example software:

```sh
Xampp or Wamp Server installed
```

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone https://github.com/sumon766/rtb-test.git
```
-

### Install

Install this project with:

Example command:

```sh
Copy the cloned folder to your server
```
-

### Usage

To run the project, execute the following command:

Run this command from the root of your project directory:

```sh
curl -X POST -H "Content-Type: application/json" -d @bid_request.json http://localhost/rtb-test/bidProcessor.php
```

## 👥 Authors

👤 **MD Mursedul Islam**

- GitHub: [@githubhandle](https://github.com/sumon766)
- Twitter: [@twitterhandle](https://twitter.com/sumon766)
- LinkedIn: [LinkedIn](https://linkedin.com/in/sumon766)

(back to top)