Skip to content

Commit

Permalink
docs: enhance readme
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrenoult committed Nov 20, 2018
1 parent ff6c86c commit d9caf2d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
# API with Vanilla
API with Vanilla
===

> Example of a Node.js API without framework.
## Getting started

Status
---

> Runnable

Getting started
---

Install the dependencies
```
$ npm install
```

Run the tests
```
Expand All @@ -13,3 +27,14 @@ Start the project
```
$ npm start # default port is 3000
```


Features
---

Based on the [Katapi](https://github.com/octo-woapi/katapi) kata!


License
---
MIT

0 comments on commit d9caf2d

Please sign in to comment.