Skip to content

Commit

Permalink
Merge pull request #9 from markAPIado/deployment
Browse files Browse the repository at this point in the history
Add API link
  • Loading branch information
markAPIado committed Nov 13, 2023
2 parents fa3166c + e2c2573 commit 3bab13f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

This is a simple NodeJs Typescript Rest API using MVC design pattern. It uses MongoDB as the database and ExpressJs as the web framework.

## Production API

**Base URL:** https://resti.markapiado.com

**Documentaion:** https://documenter.getpostman.com/view/4071486/2s9YXk5224

**Rate Limit:**: 100 requests per minute both for authenticated and unauthenticated users. This is to prevent abuse and to ensure the availability of the API for everyone.

## Features

- [x] Typescript
Expand Down

1 comment on commit 3bab13f

@vercel
Copy link

@vercel vercel bot commented on 3bab13f Nov 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.