Skip to content

A small Node + MySQL TODOs app which will be made secure + authenticated

Notifications You must be signed in to change notification settings

RoseHulmanHackers/WebSecurityTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Security Talk

This talk is mostly about how to secure a RESTful API.

Install and Setup

Step 1. git clone https://github.com/RoseHulmanHackers/WebSecurityTalk.git

Step 2. cd WebSecurityTalk

Step 3. npm install

Step 4. Replace <DB NAME> in app.js with the name of the database given to you.

Step 5. npm start

You are ready to go! View http://localhost:8080 to see the starting code in action!

Notes

Please note that this is setup as a learning example, and simplicy and ease of setup was the goal for this starter code. It by no means is a set up appropriate for anything but a trivial example.

About

A small Node + MySQL TODOs app which will be made secure + authenticated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published