API authentication with Node.JS
API authentication with Node.JS
Make sure you have Node.js installed.
git clone git@github.com:leandroseverino/api_authentication_with_node.git # or clone your own fork
cd api_authentication_with_node
npm install # or yarn install
npm start # or yarn start
Your app should now be running on localhost:3000.