This project uses Express. A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.
Getting up and running is as easy as 1, 2, 3.
-
Install your dependencies
cd path/to/project; npm install -
Start your app
npm start
Simply run npm test and all your tests in the test/ directory will be run.
For more information on all the things you can do with Express check out the API reference.
1.0.0
- Initial release
Copyright (c) 2017
Licensed under the MIT license.