An open API service indexing awesome lists of open source software.

https://github.com/veryaustin/js-review-with-node

Reviewing JS basics through the lens of Node.js
https://github.com/veryaustin/js-review-with-node

expressjs js nodejs nodeunit

Last synced: 2 months ago
JSON representation

Reviewing JS basics through the lens of Node.js

Awesome Lists containing this project

README

          

# JS Review + NodeJS

A nice refresher of JS concepts through the lens of NodeJS.

## Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

### Prerequisites

* [NodeJS](https://nodejs.org/en/)
* [NodeUnit](https://github.com/caolan/nodeunit) - For '06_gradebook' project
* [ExpressJS](https://expressjs.com) - For '06_gradebook_web' project

## Running the tests

For '06_gradebook' project:
```
cd 06_gradebook
nodeunit tests
```

## Built With

* [NodeJS](https://nodejs.org/en/) - Asynchronous event driven JavaScript runtime.
* [NodeUnit](https://github.com/caolan/nodeunit) - Easy unit testing in node.js and the browser, base on the assert module.
* [ExpressJS](https://expressjs.com) - Fas, unopinionated, minimalist web framework for Node.js