We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f09a3d9 commit c68827aCopy full SHA for c68827a
README.md
@@ -0,0 +1,13 @@
1
+# Developing a RESTful API With Node and TypeScript
2
+
3
+## Want to learn how to build this project?
4
5
+Check out the [blog post](http://mherman.org/blog/2016/11/05/developing-a-restful-api-with-node-and-typescript/#.WB3zyeErJE4).
6
7
+## Want to use this project?
8
9
+1. Fork/Clone
10
+1. Install dependencies - `npm install`
11
+1. Compile - `gulp script`
12
+1. Run the development server - `npm start`
13
+1. Test - `npm test`
0 commit comments