Go to file Use this template
Kar l5 0cf4287063 host 2024-07-27 20:23:25 +05:30
src host 2024-07-27 20:23:25 +05:30
.babelrc first commit 2024-07-26 19:47:43 +05:30
.env first commit 2024-07-26 19:47:43 +05:30
.eslintrc.json first commit 2024-07-26 19:47:43 +05:30
.gitignore Added middleware 2024-07-26 20:12:40 +05:30
README.md first commit 2024-07-26 19:47:43 +05:30
package.json Added middleware 2024-07-26 20:12:40 +05:30

README.md

NodeJS APIs

Quick start

  1. Make sure that you have Node v8 or above installed.
  2. Clone this repo using git clone
  3. Move to the appropriate directory: cd {folder}.
  4. Run npm install in order to install dependencies
  5. At this point you can run npm start.