Skip to content

explorejs/handbook-node

Repository files navigation

handbook-node

Server/backend built in Node w/ Express, for the handbook frontend.

🚧 This is a dev project 🚧

This is a project to explore examples of coding, not necessarily the best practices for a production environment. We will work to document pitfalls/tradeoffs, but do think of this as a sandbox and not as a production ready application.

Open to Contributors

This is a project for learning/exploring a node express backend. There will be code duplication, redundant use of databases and other technology to further understanding of how things can/will work through examples. That said definitely jump in with tips/tricks/ideas for improvement either here via issues or via dm to @explorejs on twitter or in our community. Happy Coding.

Databases

Discussing as a group what people want to see examples of, potentially:

Scripts

npm run dev

Start the server in dev mode with nodemon for hot reloading with code changes.

npm run watch

Start the tests in watch mode

npm run start

Start the server for production.

npm run test

Run the test suite 1 time