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

https://github.com/natiqquran/nq-api-rust

Natiq Quran open API with RUST. Deprecating.
https://github.com/natiqquran/nq-api-rust

actix quran quran-api

Last synced: about 1 year ago
JSON representation

Natiq Quran open API with RUST. Deprecating.

Awesome Lists containing this project

README

          

# nq-api
[![docker-publish](https://github.com/NatiqQuran/nq-api/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/NatiqQuran/nq-api/actions/workflows/docker-publish.yml)
[![Docker Image CI](https://github.com/NatiqQuran/nq-api/actions/workflows/docker-image.yml/badge.svg)](https://github.com/NatiqQuran/nq-api/actions/workflows/docker-image.yml)
[![Rust](https://github.com/NatiqQuran/nq-api/actions/workflows/rust.yml/badge.svg)](https://github.com/NatiqQuran/nq-api/actions/workflows/rust.yml)

Natiq Quran open API

# Docker

Start nq-api with docker-compose

```bash
sudo docker compose up
```

# Build

```bash
cargo build --release
```

# Run

```bash
./target/release/nq-api
```

Api will listen to 0.0.0.0:8080