GithubHelp home page GithubHelp logo

uug-demo-api's Introduction

UUG Web Apps - API Demo

This repository captures the final result of our REST API code-along from last week.

1. Installing

To run this API locally, fork or clone the repo and inside your working directory run npm install.

Make sure you have Node JS installed already.

2. Running the API

Once the project is installed, run npm start in your working directory.

This should start the web server at http://localhost:3000. You should have two working endpoints:

  1. http://localhost:3000/ - Directory of all endpoints.
  2. http://localhost:3000/earthquakes/latest - JSON endpoint showing data from the latest earthquake in the U.S.

3. Deploying

This repository can be deployed quickly using the DigitalOcean App Platform.

3.1 Automatic Deployment & Configuration

You can deploy to the app platform using the button below, or by configuring your app spec using the guide in Section 3.2.

Deploy to DO

3.2 Custom Deployment & Configuration

name: uug-demo-web-app
region: nyc
services:
- environment_slug: node-js
  github:
    branch: main
    deploy_on_push: true
    repo: funkybunch/uug-demo-api
  http_port: 3000
  instance_count: 1
  instance_size_slug: basic-xxs
  name: uug-demo-api
  routes:
  - path: /api
  run_command: npm start

uug-demo-api's People

Contributors

funkybunch 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.