Skip to content

shankyDoodle/doc-search-web-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Doc Search Web Server

  • This project creates a server which will serve all the HTTP requests from client.
  • This is just a command line application so it can be tested using REST client or any other similar tool.

Demo Link

This server is live on Amazon Web Services at

Web Server Live

It's HTTP methods can be accessed via RESTclient.

Run-Commands:

node ./index.js MONGO_DB_URL PORT NOISE_FILE [CONTENT_FILE...]

where

    MONGO_DB_URL
        Specifies the URL of the mongo database to be used for storing document information.

    PORT
        Specifies the port at which your program will listen for HTTP requests.

    NOISE_FILE
        Specifies a path to a file containing words which should be ignored within document content and searches.

    CONTENT_FILE...
        Specifies zero-or-more paths to files containing content which should be used for initializing the
        document collection.

Pre-requisites:

MongoDb, Node.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published