masum035 / Ideal-DotNet-Core-Web-Api

Status: Ongoing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asp.Net Core Web Api

A brief description of what this project does and who it's for

Features

  • Light/dark mode toggle
  • Live previews
  • Fullscreen mode
  • Cross platform

Tech Stack

Nuget Packages Used:

  • Swashbuckle.AspNetCore
  • NLog.Extensions.Logging
  • AspNetCoreRateLimit

Database: Node, Express

API Reference

Get all items

  GET /api/items
Parameter Type Description
api_key string Required. Your API key

Get item

  GET /api/items/${id}
Parameter Type Description
id string Required. Id of item to fetch

add(num1, num2)

Takes two numbers and returns the sum.

Optimizations

What optimizations did you make in your code? E.g. refactors, performance improvements, accessibility

Running Tests

To run tests, run the following command

  npm run test

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

API_KEY

ANOTHER_API_KEY

Feedback

If you have any feedback, please reach out to us at fake@fake.com

About

Status: Ongoing


Languages

Language:C# 98.2%Language:Dockerfile 1.8%