GithubHelp home page GithubHelp logo

petal-api's Introduction

ARCHIVED - The API definition is now combined with the database in this repo: https://github.com/nasa-petal/PeTaL-db

PeTaL (Periodic Table of Life) API

The Periodic Table of Life (PeTaL, pronounced petal) is a design tool aimed at allowing users to seemlesly move from ideas (from nature or other sources) to design.

PeTaL is comprised of multiple interconnected services. This repository is for the API. There are other repositories for the ReactJS web front end client, PostgreSQL database server, and Labeller.

Getting Started

clone this repo

option 1: run locally (easiest)
npm install
npm start
curl -i localhost:8080/v1/functions

option 2: run in docker container
docker build -t petal-api .
docker run --name petal-api -p 8080:8080 -d petal-api --mount type=bind,source="$(pwd)"/server.js,target=/app
curl -i localhost:8080/v1/functions

connect to docker container
docker exec -it petal-api /bin/bash

Used this guide to do initial setup https://nodejs.org/en/docs/guides/nodejs-docker-webapp/

petal-api's People

Contributors

bruffridge avatar

Stargazers

Roy Cohen avatar  avatar Shruti J avatar

Watchers

James Cloos avatar  avatar  avatar  avatar Paht J avatar  avatar Shruti J avatar

Forkers

bruffridge

petal-api's Issues

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.