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"
}
});
Content type
Image
Digest
Size
258.5 MB
Last updated
over 10 years ago
docker pull nmajor/concept-api