Introduction to Backend with Node.js

Source code from the Intro to Backend with Node.js workshop @ TuffyHacks 2021.

Getting Started

Follow steps to start using this project.

  1. Clone this repository
git clone https://github.com/TuffyHacks/intro-to-backend.git <PROJECT_NAME>
cd <PROJECT_NAME>
  1. Install dependencies
npm install
  1. Start a development server
npm start