项目作者: leandroseverino

项目描述 :
API authentication with Node.JS
高级语言: JavaScript
项目地址: git://github.com/leandroseverino/api_authentication_with_node.git
创建时间: 2018-12-30T19:37:03Z
项目社区:https://github.com/leandroseverino/api_authentication_with_node

开源协议:MIT License

下载


api_authentication_with_node

API authentication with Node.JS

Running Locally

Make sure you have Node.js installed.

  1. git clone git@github.com:leandroseverino/api_authentication_with_node.git # or clone your own fork
  2. cd api_authentication_with_node
  3. npm install # or yarn install
  4. npm start # or yarn start

Your app should now be running on localhost:3000.