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
- Host: GitHub
- URL: https://github.com/jorgeramirez/se2-mini-exam
- Owner: jorgeramirez
- Created: 2018-12-05T10:15:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-05T16:11:14.000Z (over 6 years ago)
- Last Synced: 2025-01-26T14:48:46.298Z (3 months ago)
- Language: JavaScript
- Size: 50.8 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# se2-mini-exam
[](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