Giter Site home page Giter Site logo

fem-instructors-api's Introduction

Front End Masters Instructors API

What's This?

This is a Hapi.js API built specifically for my Getting Started with Hapi.js workshop at Front End Masters. There are several branches, each of which corresponds to a module in the worshop. Each module has two branches associated with it: one to act as a starting point (with minimal code toward the solution) and another to show the solution.

Accompanying Angular App

The aim of the workshop is to show how to build a data API for a single page application. To use this API from a demo Angular application, see the Front End Masters Instructors App.

Running the API

To get started, clone the repo.

git clone https://github.com/chenkie/fem-instructors-api.git

Make sure you have Node.js and npm installed, then install the dependencies for whichever branch you're working on.

npm install

Lastly, run the API.

npm start

You can also run the API in development mode to get automatic server restarts with Nodemon.

npm run dev

The API will be served at http://localhost:3001.

Switching Branches

To see all the available branches, view them with Git.

git branch

To switch between branches, checkout whichever one you are interested in.

git checkout branch-name

If you have altered the files on a given branch, you'll need to stash or override your work before you can switch to another branch. If you don't care a about losing your work, you can simply force the checkout.

git checkout -f branch-name

License

MIT

fem-instructors-api's People

Contributors

chenkie avatar

Watchers

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