Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 05c728c

Browse files
authored
Merge pull request #238 from Silence0ne/dev
New Update for Open API json file in (Dev)
2 parents d690e49 + 444c474 commit 05c728c

File tree

2 files changed

+298
-219
lines changed

2 files changed

+298
-219
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
# nq-api
2-
[![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)
3-
[![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)
4-
[![Rust](https://github.com/NatiqQuran/nq-api/actions/workflows/rust.yml/badge.svg)](https://github.com/NatiqQuran/nq-api/actions/workflows/rust.yml)
1+
# nq-api-rust
2+
3+
[![docker-publish](https://github.com/NatiqQuran/nq-api-rust/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/NatiqQuran/nq-api-rust/actions/workflows/docker-publish.yml)
4+
[![Docker Image CI](https://github.com/NatiqQuran/nq-api-rust/actions/workflows/docker-image.yml/badge.svg)](https://github.com/NatiqQuran/nq-api-rust/actions/workflows/docker-image.yml)
5+
[![Rust](https://github.com/NatiqQuran/nq-api-rust/actions/workflows/rust.yml/badge.svg)](https://github.com/NatiqQuran/nq-api-rust/actions/workflows/rust.yml)
56

67
Natiq Quran open API \
78

89
# Docker
910

10-
Start nq-api with docker-compose
11+
Start nq-api-rust with docker-compose
1112

1213
```bash
1314
sudo docker compose up
@@ -22,7 +23,7 @@ cargo build --release
2223
# Run
2324

2425
```bash
25-
./target/release/nq-api
26+
./target/release/nq-api-rust
2627
```
2728

2829
API will listen to 0.0.0.0:8080

0 commit comments

Comments
 (0)