Skip to content

patchu/senchacon2015

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

senchacon2015

code for Node.js From Scratch: REST API talk

All required modules, including Sequelize and sqlite3, are included in this repo.

To run the server, type
node restServer.js

(optional) To re-initalize the sqlite3 data, type
node dataInit.js

(Note: the sqlite3 file already comes with 3 rows inserted, so there's no need to do this step unless you want to return to the original data)

About

code for Node.js From Scratch: REST API talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published