Closed devinivy closed 5 years ago
I still need to write the readme, but this is essentially ready for review. Here's all you need to know to get started,
server/
. You must cp server/.env-keep server/.env
then set an APP_SECRET
in there, used for generating JWTs.lib/
.npm install
.NODE_ENV
, and persisted to the filesystem at .{env}.db
within the project's root directory. So NODE_ENV=production
is persisted to .production.db
, NODE_ENV=development
to .development.db
, and a missing NODE_ENV
to .default.db
.npm test
runs tests and npm start
runs the server.This really oughtta be good to go—I would love a review! There is now a fairly extensive explainer in the readme: https://github.com/devinivy/hapipal-realworld-example-app
@Cameron-C-Chapman just a light ping! Let me know if there's anything I can do to help aid the reviewing process ☺️
Trying to get to it soon @devinivy, sorry for the delay 😬The repo looks great, I just need to run it locally and take a look. I'll try to get to it this week at some point.
No sweat at all—thanks for the update!
@devinivy would you mind adding this to TravisCI? Thanks!
@anishkny should be all set now 👌
@anishkny @Cameron-C-Chapman is there any action I need to take here?
I tried it out locally and looks good to me. Great work! @devinivy
Cheers, and thanks for the review!
Working on a backend implementation using hapi pal, a suite of tooling and methodologies for building nodejs web services with hapijs. The model layer is based upon Objection ORM.
Track progress here! https://github.com/devinivy/hapipal-realworld-example-app