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

https://github.com/jorgeramirez/se2-mini-exam

Mini exam solution
https://github.com/jorgeramirez/se2-mini-exam

Last synced: about 1 month ago
JSON representation

Mini exam solution

Awesome Lists containing this project

README

        

# se2-mini-exam

[![Build Status](https://travis-ci.com/jorgeramirez/se2-mini-exam.svg?branch=master)](https://travis-ci.com/jorgeramirez/se2-mini-exam)

Mini exam solution

## Run

Clone the repo and install the dependencies by doing

```
$ npm i
```

Run the application by doing:

```
$ npm start
```

Run the tests by doing:

```
$ npm test
```

Endpoints

- http://localhost:3000/ health check endpoint
- http://localhost:3000/square?string=value (GET)

## License

MIT