Skip to content

API that calculate closest friends based on supplied coordinates

Notifications You must be signed in to change notification settings

Rens-br/FriendCoordinateCalculator_ASPNETCORE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prerequisites

  • The latest SDK and tools can be downloaded from https://dot.net/core.
  • Global Angular CLI version installed (6+)
  • Read the .NET Core 2.0 release announcement for more information.
  • the latest Node.js installer could be found here
  • A MongoDb running instance on port 27017
  • Visual Studio Code (Windows, Linux or MacOS) Installed.

Installing

API

cd FriendCoordinateCalculator_ASPNETCORE\FriendCoordinateCalculatorAPI\WebApi
dotnet restore
dotnet run

Web APP

cd FriendCoordinateCalculator_ASPNETCORE\WebApp
npm install
ng serve

Documentation

You can find API endpoints explanations on localhost:5000/swagger

About

API that calculate closest friends based on supplied coordinates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published