Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

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

License

Notifications You must be signed in to change notification settings

boroskoyo/todos-express-password-sidekick

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 39.4%
  • CSS 38.1%
  • EJS 22.5%