This is a project we are creating to learn how to use express and node.js. In this example we'll be recreating Rook. Rook is a simple roleplaying platform that allows users to create and join starters.
- 0.1.0 - Initial commit that just has a working express server without any routes.
- 0.2.0 - Change project layout to use a src folder.
- 0.3.0 - Add simple routing to the project.
- 0.4.0 - Add EJS templating to the project.
- 0.4.1 - Chance styling to use bootstrap.
- 0.5.0 - reading from a database and displaying it on the page.
- 0.6.0 - Add logging middleware to the project.
- 0.7.0 - Add a form to the page to add new items to the database.
- 0.7.1 - Add a debug route to the project with middleware to only allow access to localhost.
- 0.8.0 - Add a single connection pool for the entire project.
- 0.9.0 - Added documentation to the project.