Sign inSign up

nmajor/concept-api

By nmajor

Updated over 10 years ago

Image for the concept-api app.

Image
0

1.1K

nmajor/concept-api repository overview

DEBUG=concept-api ./bin/www

####TODO:

Move the pretty time conversions with the moment library to the backend Add a specific toJSON method to clean up the returned concept objects.

####Error response format

res.status(400); // Return appropriate status code
res.json({
  error: {
    message: "Error message here"
  }
});

Tag summary

Content type

Image

Digest

Size

258.5 MB

Last updated

over 10 years ago

docker pull nmajor/concept-api