Coder Social home page Coder Social logo

criminaldb's Introduction

========== R E A D M E ============

1.Steps to create and initialize the database
----------------------------------------------
Run Source\NationalCriminalDB.sql Sricpt in your SQL Server



2.Steps to prepare the source code to build properly
-----------------------------------------------------
1.Get the connection string of the NationalCriminalDB database. 

2.Create a temp folder in your machine.

3.Find the 'SearchSite' solution -> 'SearchSite' web application -> Web.config file.

4.Update the connectionString(name='DefaultConnection') to the new database connection string value.

5.Build and publish 'SearchSite' to IIS.

6.Find the 'NCDB' solution -> 'QueryCriminalDBService' wcf service -> Web.config  file

7.Update the connectionString(name='NCDBConnectionString') to the new database connection string value.

8.Update the appSetting(name='TempFolder') to the new temp folder path value

9.Find the 'NCDB' solution -> 'HostCriminalDBService' console application -> App.config  file

10.Update the connectionString(name='NCDBConnectionString') to the new database connection string value.

11.Update the appSetting(name='TempFolder') to the new temp folder path value

12.Build the solution and run 'HostCriminalDBService' console application to host the service



3.Assumptions made and missing requirements
--------------------------------------------
1.National criminal database service and the search site operate seperately.
2.localhost:17097 is not in use on the machine which hosts the web service
3.If no results found no need to notify the inquirer

4.Feedback
-----------
Challenging because of the time frame.

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.