MichaelEWalker87 / intro-to-the-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Intro to the Backend

This repo is meant as a companion to this lesson.

Setup

To get this up and running on your own machine, do the following:

git clone git@github.com:turingschool-examples/intro-to-the-backend.git
cd intro-to-the-backend
npm install

Starting the Server

After completing the setup, run the server with: node index.js

About


Languages

Language:JavaScript 100.0%