Skip to content

rjruizes/nostalgic-pluto-database

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nostalgic-pluto-database

Back end for nostalgic-pluto project.

Files

The nostalgic-pluto-database has files as below:

  • server.js

    This file contains the server side main code for your application written using the express server package.

  • app.js

    This file contains the server side start code for application written using the express server package.

  • public/

    This directory contains public resources of the application, that will be served up by this server

  • package.json

    This file contains metadata about your application, that is used by both the npm program to install packages, but also Bluemix when it's staging your application. For more information, see: https://docs.npmjs.com/files/package.json

Operations

The API operations include:

Objects

The format of object in the database is:

{
	latitude: Number, 
	longitude: Number,
	time: String, 
	name: String
}

Especially, time format is YYYY-MM-DDThh:mm:ssTZD

=======

65cb25b0c785f509be55284690722b5f2a52d9b8

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.2%
  • CSS 7.7%
  • HTML 6.1%