A REST API built using Play
framework in scala
that fetches data from local Mongodb
database.
To Obtain APIs used in a project:
- Open Windows PowerShell
- Navigate to the project directory
- Use the following 2 commands:
$UrlRegex ="https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)"; Get-ChildItem -Recurse -File -Path $DocsRootPath | Select-String -pattern "$UrlRegex" -AllMatches | % { $_.Matches } | % { $_.Value };