This repository was archived by the owner on Aug 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +298
-219
lines changed Expand file tree Collapse file tree 2 files changed +298
-219
lines changed Original file line number Diff line number Diff line change 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 )
5
6
6
7
Natiq Quran open API \
7
8
8
9
# Docker
9
10
10
- Start nq-api with docker-compose
11
+ Start nq-api-rust with docker-compose
11
12
12
13
``` bash
13
14
sudo docker compose up
@@ -22,7 +23,7 @@ cargo build --release
22
23
# Run
23
24
24
25
``` bash
25
- ./target/release/nq-api
26
+ ./target/release/nq-api-rust
26
27
```
27
28
28
29
API will listen to 0.0.0.0:8080
You can’t perform that action at this time.
0 commit comments