Skip to content

ariordan-redhat/git-tutorial

 
 

Repository files navigation

Git Tutorial

This is a test repo for a workshop on Git, forked from an existing project and modified to not use MongoDB. It contains a Node.js ExpressJS application with a RESTful API.

Users API

This sample has minimal users RESTful API. It is built using JavaScript/Node.js (our language of choice), ExpressJS (a small, lightweight web MVC framework).

Pre-requisites

To get started, you'll need to have the following requirements installed

  • Git
  • Node.js1
  • npm

1See https://nodejs.org/

Getting started

git clone <this repo>
npm install
npm start

Running tests

npm test

API documentation

See API.md for details.

About

Tutorial repository for learning about git. Used by the advanced git lab in https://github.com/wit-ict-summer-school-2017/rh-course-web

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • CSS 76.2%
  • JavaScript 22.3%
  • HTML 1.5%