Skip to content

A REST API built using play framework in scala to serve data from local Mongodb database.

Notifications You must be signed in to change notification settings

kDushyanth/rest-api-scala-play

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API

A REST API built using Play framework in scala that fetches data from local Mongodb database.


To Obtain APIs used in a project:

  1. Open Windows PowerShell
  2. Navigate to the project directory
  3. 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 };
    

About

A REST API built using play framework in scala to serve data from local Mongodb database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published