Giter VIP home page Giter VIP logo

bio-query-engine's Introduction

Biomaterial Search Engine

The project aims to provide users with useful information regarding biomaterials they are looking for and sources data from a 3rd party API (Application Programming Interface) to collect and show the results. Cients using this application would be able to see results based on element name or using Material Id.

Project Link: http://biomaterial.centralus.cloudapp.azure.com

Features

  • Search for biomaterials and elements
  • View results and find the test result for each element
  • Download raw JSON file

Installation

Import the source code from repository

Install NodeJS (https://nodejs.org/en/download/)

Open terminal and run following command to install Sails Js

npm install sails -g

Running the application

Generate and store API key from Materials Project to run the project

  1. Navigate to https://www.materialsproject.org/open
  2. Look for Login to the Materials Project and generate API key text
  3. Generate the API key by registering for the project
  4. After API key is generated, navigate to custom.js file inside config folder and paste the key in materialProjectKey field.

Run your sails app Open terminal and move to your folder where project is located and run following command to install necessary packages

Downloading axios

npm install axios

Downloading and saving lodash

npm i -g npm
npm i --save lodash

Start your application

sails lift

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.