Skip to content

My notes on creating a RESTful api using node and express. Adding a deeper dive into SQL and an overview of database management.

Notifications You must be signed in to change notification settings

FreedomWriter/node-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My notes on the steps I take to create a Web API Server and database using:

  • express
  • cors
  • morgan
  • helmet
  • sqlite3
  • dotenv
  • knex
  • bcryptjs
  • jsonwebtoken

With additional notes on Sessions using

  • express-session

I'm a noob so if you see something I missed or something I should be looking deeper into, let me know!

UPDATE: Adding notes on a deeper dive into SQL and broad level database management. These can be found in the SQL directory.

About

My notes on creating a RESTful api using node and express. Adding a deeper dive into SQL and an overview of database management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published