This is the backend for Jobly, a RESTful careers webservice. This codebase was developed exclusively through TDD, using Express/Node. A frontend site for this webservice, built in React, can be found in this repo, and a live deployed demo can be found here. (If you're looking at the demo, please pardon the delay when you first attempt to log in! It is hosted on a free service that takes a moment to "spin up".)
- Node.js
- Express
To run this locally:
node server.js
To run the tests:
jest -i