All Projects → chenkie → fem-instructors-api

chenkie / fem-instructors-api

Licence: MIT License
API for Front End Masters Hapi.js Workshop

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to fem-instructors-api

hano-graphql
GraphQL, Hapi and Node Project For Scaleable Apps.
Stars: ✭ 13 (-38.1%)
Mutual labels:  hapijs
Crashlyzer
Crash viewer web application for displaying the crashes reported by rn-crash-reporter components from React Native mobile applications.
Stars: ✭ 59 (+180.95%)
Mutual labels:  hapijs
hapi-moon
Hassle-free and production ready hapi.js Server boilerplate
Stars: ✭ 23 (+9.52%)
Mutual labels:  hapijs
typesafe-hapi
Typechecking for HapiJS based on Joi schemas!
Stars: ✭ 21 (+0%)
Mutual labels:  hapijs
hapio
A simple bridge plugin between HapiJS and SocketIO
Stars: ✭ 21 (+0%)
Mutual labels:  hapijs
hapi-project
Sample Project of Node.js with HapiJS and Boostrap
Stars: ✭ 15 (-28.57%)
Mutual labels:  hapijs
react-nes
React components for nes
Stars: ✭ 32 (+52.38%)
Mutual labels:  hapijs
hapi-cli
CLI to build API with Hapi, mongodb and mongoose. Work with Hapi V17.
Stars: ✭ 36 (+71.43%)
Mutual labels:  hapijs
BiB
📚 Library Management Application for Elementary Schools
Stars: ✭ 38 (+80.95%)
Mutual labels:  hapijs
hapi-now-auth
Hapi token auth for bearer and jwt
Stars: ✭ 43 (+104.76%)
Mutual labels:  hapijs
hapi-good-winston
A good reporter to send and log events with winston
Stars: ✭ 21 (+0%)
Mutual labels:  hapijs
hapi-plugin-mysql
Hapi plugin for MySQL
Stars: ✭ 17 (-19.05%)
Mutual labels:  hapijs
nodejs-tutorials-hapi
Examples for the hapi tutorial series within the Future Studio University
Stars: ✭ 70 (+233.33%)
Mutual labels:  hapijs
sapper-authentication-demo
A demonstration of Auth with Sapper + JWT + Server Side Rendering + RBAC
Stars: ✭ 102 (+385.71%)
Mutual labels:  hapijs
good-sentry
Sentry broadcasting for good process monitor
Stars: ✭ 15 (-28.57%)
Mutual labels:  hapijs
kubernetes-starterkit
A launchpad for developers to learn Kubernetes from scratch and deployment of microservices on a kubernetes cluster.
Stars: ✭ 39 (+85.71%)
Mutual labels:  hapijs
hapi-routes
Hapi plugin for registering routes
Stars: ✭ 12 (-42.86%)
Mutual labels:  hapijs

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].