Giter Club home page Giter Club logo

seotrack's Introduction

SeoTrack

  1. Loads mock pages of two search engines (google and bing)
  2. Parses those pages to find what positions in the search results is held by https://www.infotrack.com.au
  3. Presents results on a web page

building and running

from Visual Studio

  1. Right click solution and select Restore nuget packages for solution
  2. Right click solution and select Restore client side libraries
  3. Rebuild solution
  4. Run SeoTrack project

from command line

  1. from the root folder of the repository run "dotnet restore"
  2. from the SeoTrack folder run "libman restore" (if libman is not istalled first run "dotnet tool install -g Microsoft.Web.LibraryManager.Cli")
  3. from the SeoTrack folder run "dotnet run"
  4. to run tests from the root of the repository run "dotnet test"

using docker

build

from the root of the repository run "docker build -t yourtag ."

run

run "docker run -it -p 5001:80 yourtag". Replace 5001 with the port of your choosing. connect on http protocol.

Points of interest

class structure

Arguably excessive for this task built as a model for more complicated project. Optimized towards extesibility, dependency injection and mockability/testability.

tchnologies/Libraries

  1. Jquery for ajax call
  2. libman to keep jquery (and potentially aother libs in the future) from git repository to keep it light
  3. dependency injection
  4. ASP.net core to be able to wrap build/exection in a lightweight linux docker container
  5. NUnit, moq to make sure that classes meet requirements that were set

seotrack's People

Contributors

vlad-herus avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.