Giter Site home page Giter Site logo

thelibraryisopen's Introduction

TheLibraryIsOpen

SOEN 343 Project (Fall 2018)

Team 2

Name, Student Id, Email, Github Username

  1. Anamika Pancholy, 27844263, [email protected], MickeyPa

  2. Sandra Buchen, 26317987, [email protected], sandraroz

  3. Matthew Benchimol, 27759614, [email protected], MBenchimol

  4. Yefei Xue, 26433979, [email protected], felixyf0124

  5. Albert Najjar, 27914393, [email protected], Aelgorn

  6. Kevin Lo, 40032509, [email protected], lokevin88

  7. Li Sun, 40017648, [email protected], vincentsun870530

  8. Jessica Allaire, 40015912, [email protected], tirafire

  9. Antoine Betenjaneh, 27161956, [email protected], soenAnt

  10. Xi Chen, 27276605, [email protected], g82005

    • I am including github usernames since some of the account emails do not match the ones submitted to the TA.

Compilation

To compile, the .net core runtime must be installed on the host computer. It's easier to have visual studio 2017 with the .net core packages installed to run it. However, it can still be done via console:

  1. cd to the root folder of the project and run the command dotnet build --configuration Release.
  2. navigate to ~\TheLibraryIsOpen and copy the wwwroot folder and appsettings.json, and paste them into ~\TheLibraryIsOpen\bin\Release\netcoreapp2.1
  3. cd to ~\TheLibraryIsOpen\bin\Release\netcoreapp2.1 and run the command dotnet TheLibraryIsOpen.dll
  4. the console will show a few messages, among which:
    • "Now listening on: http://localhost:[portnb1]"
    • "Now listening on: https://localhost:[portnb2]"
  5. pick whichever link and put it into a browser

Admin account

  • username: admin@thelibraryisopen.com
  • password: admin

Search bar

You can search the items by entering the search string of almost any field of that item. In most cases (except ones where precision is required, such as Asin or ISBN identifiers), the engine will look for fields containing the input string as a substring.

  • If you want your search to be more specific, you can use the ; character in your input.

    i.e: "Harry Potter; 2003" will search for all objects with the substring "Harry Potter" (which could be in this example in the title field) AND the substring "2003" (which could be in this example in the date field).

thelibraryisopen's People

Contributors

thegreencedar avatar soenant avatar tirafire avatar mickeypa avatar vincentsun870530 avatar lokevin88 avatar mbenchimol avatar sandraroz avatar g82005 avatar felixyf0124 avatar

Watchers

James Cloos avatar  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.