Giter VIP home page Giter VIP logo

whatsclose's Introduction

whatsclose

Search engine for Bands !

For the moment :

  • Andreas & Nicolas
  • Arch Enemy
  • Dark Tranquility
  • Dropkick Murphys
  • Rise Against
  • Sabaton
  • Social Distortion
  • Tagada Jones
  • Volbeat

#Indexer

ElasticSearch version : 1.4

##Structure * main.js : entry point. retrieve the crawling modules and launch the data extract process * crawlers : folder containing the crawling modules. New files are automatically integrated into the process * model : folder containing the Base classes * services : folder containing the services * ServiceHandler : main class used for initialising the events

#www ##Location

Docker :

  • in src/www directory
  • Build Container Image :
    • docker build -t whatsclose .
    • docker build -t wc_front_end .
  • Run Backend Containers :
    • docker run -p 3000:3000 --name whatsclose1 --env NODE_ENV=dev whatsclose
    • docker run -p 4000:3000 --name whatsclose2 --env NODE_ENV=dev whatsclose
  • Run Front End Container :
    • docker run -d --name wc_fe -p 8080:80 wc_front_end

whatsclose's People

Contributors

bhaal22 avatar fred-el-jolo 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.