boroskoyo / todos-express-password-sidekick

Todo app using Express and Passport for sign in with username and password.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todos-express-password-sidekick

This example is derived from https://github.com/passport/todos-express-password

This app illustrates how to setup Sidekick Node.js Agent with Express to live debug your applications.

Use this example as a starting point for your own web applications.

Quick Start

To run this app, fork & clone the repository and install dependencies:

$ git clone https://github.com/<your-user-name>/todos-express-password-sidekick.git
$ cd todos-express-password-sidekick
$ npm install

Get your Sidekick API Key: https://docs.runsidekick.com/installation/get-api-key-and-token

  • Change the < api-key > field at 25th line of app.js with your API Key.

Then start the server.

$ npm start

Navigate to http://localhost:3000.

Next Steps

License

The Unlicense

Credit

Original version Created by Jared Hanson

About

Todo app using Express and Passport for sign in with username and password.

License:The Unlicense


Languages

Language:JavaScript 39.4%Language:CSS 38.1%Language:EJS 22.5%