Skip to content

wackhacker/NodeJSWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NodeJSWorkshop

Bookstore API

Prerequisites:

  1. NodeJS

     $ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
     $ nvm install --lts
    • Install Node.JS using Homebrew (MAC OS ONLY)
    $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
    $ brew install node
  2. Text Editor

    • VSCode is highly recommended
  3. HTTP Client

Getting Started

  • Each step is broken up into its own git branch, so if you get stuck at any point, you can just run:
$ git checkout step(1,2,etc...)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published