Skip to content

R-Lawton/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-hdip-comp-sci-2019/june-onsite-src/tree/master/topic-02-git

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

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