Skip to content

Title banner service for Coursera backed with Cassandra database

Notifications You must be signed in to change notification settings

SDC-Builder/phucci-titleBanner-service

 
 

Repository files navigation

Project Name

Project description - Forked by Phucci

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

CRUD Operations

CREATE: -> POST /api/tittle/ -> Request body: { tittle: 'name of tittle' } -> ID of the new tittle is auto-created & auto-incremented

READ: -> GET /api/tittle/:id -> Returns a string tittle that belongs to the param's id

UPDATE: -> PUT /api/tittle/:id -> Request body: { tittle: 'new tittle' }

DELETE: -> DELETE /api/tittle/:id

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

Travis CI

Build Status

license

NPM

About

Title banner service for Coursera backed with Cassandra database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 8.2%
  • Other 0.8%