danielkhan / building-bots-reservation

This repository contains the code for my LinkedIn Learning Course 'Building Bots with Node.js'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building bots with Node.js

This repository contains the code for my course 'Building Bots with Node.js' on LinkedIn Learning.

The master branch contains the initial version to get started with, while the branches contain the state of the code at the beginning (e.g. 02_02b) and end (e.g. 02_02e) of a video.

Setting up the project

  • In your terminal, create directory building-bots-reservation and change into it.
  • Run
    git clone --bare git@github.com:danielkhan/building-bots-reservation.git .git
    git config --bool core.bare false
    git reset --hard
    git branch
  • With a branch you want to use checked out, run npm install and npm run dev
  • This will run the application via nodemon and it will listen on http://localhost:3000

About

This repository contains the code for my LinkedIn Learning Course 'Building Bots with Node.js'


Languages

Language:JavaScript 66.2%Language:HTML 33.6%Language:CSS 0.2%