Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror authored Oct 12, 2024
1 parent e877914 commit 5d1f671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![.NET](https://github.com/AccelerateNetworks/NumberSearch/actions/workflows/dotnet.yml/badge.svg)](https://github.com/AccelerateNetworks/NumberSearch/actions/workflows/dotnet.yml)
[![Build Status](https://dev.azure.com/thomasaryan/NumberSearch/_apis/build/status/Linux?branchName=master)](https://dev.azure.com/thomasaryan/NumberSearch/_build/latest?definitionId=3&branchName=master)
# NumberSearch
NumberSearch is the website for AccelerateNetworks a Seattle-area communication services company. ☎
NumberSearch is the website for Accelerate Networks a Seattle-based communication services company. ☎

[Try it out here!](https://acceleratenetworks.com/)

Expand All @@ -14,7 +14,7 @@ The Ops app is an administrative tool for processing orders submitted through th

There are three supporting libraries: Tests, DataAccess, and FirstCom. Tests is where all our unit, integration, and functional tests are written. The tests verify that our code can correctly and consistently interact with our vendors and 3rd party dependencies. The DataAccess library is a set of data models and SQL queries for interacting with the PostgreSQL database that is shared between the Mvc, Ops, and Ingest apps. Finally the FirstCom library exists to isolate the autogenerated code required to interact with a vendor’s SOAP API endpoints. 👀

The Messaging project is a prototype Web API that is intended to abstract our upstream SMS/MMS carriers from our internal services.
The Messaging project is an API that abstracts our upstream SMS/MMS carriers from our internal services.

# Architecture

Expand Down

0 comments on commit 5d1f671

Please sign in to comment.