https://github.com/xtsea/akenox-net
https://github.com/xtsea/akenox-net
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/xtsea/akenox-net
- Owner: xtsea
- License: mit
- Created: 2025-03-24T15:32:54.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-24T17:03:10.000Z (3 months ago)
- Last Synced: 2025-03-24T18:22:26.534Z (3 months ago)
- Language: C#
- Size: 857 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AkenoX NET API (ASP.NET Core)
AkenoX NET API is a high-performance web API built with **ASP.NET Core**. It provides ultra-fast responses, making it ideal for high-load applications.
## 🚀 Features
- **⚡ High Performance:** Runs on **ASP.NET Core**, optimized for speed and efficiency.
- **📡 RESTful API:** Supports **GET** and **POST** requests with JSON responses.
- **🔗 External API Integration:** Fetches data from external sources.
- **📄 Swagger UI:** Interactive API documentation available.
- **🔒 Secure:** Built-in **HTTPS redirection** and middleware.
- **📦 Docker Support:** Easily deployable using Docker.## 📥 Installation
### 1️⃣ Prerequisites
- .NET SDK **8.0+**
- Docker (optional, for containerization)### 2️⃣ Clone the Repository
```sh
git clone https://github.com/xtsea/akenox-net.git
cd akenox-net
```### 3️⃣ Install Dependencies
```sh
dotnet restore
```### 4️⃣ Run the API
```sh
dotnet run
```## 🛠 API Endpoints
| Method | Endpoint | Description |
|--------|------------|-------------|
| **GET** | `/api/dev/endpoint` | Fetch data from external API |
| **GET** | `/api/dev/instagram-dl?url=` | Download media from Instagram |
| **GET** | `/swagger` | Open API documentation |## 🐳 Docker Deployment
### Build and Run with Docker
```sh
docker build -t akenox-net .
docker run -d -p 8501:8501 akenox-net
```## 🔗 Live Demo
> **Try it now:** [AkenoX API](https://akenox-net.onrender.com/swagger/index.html) - Powered By [`@RendyProjects`](https://t.me/RendyProjects)## 📜 License
MIT License. Free to use and modify.---
💡 **Contributors Welcome!** Feel free to fork and contribute.