Skip to content

BloodBoy21/nerdChatBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c57b4b1 · Feb 18, 2022

History

12 Commits
Feb 17, 2022
Feb 17, 2022
Feb 18, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022
Feb 17, 2022

Repository files navigation

Nerd chatbot

Simple chatbot made with express and svelte :)

Installation

Local installation

  git clone https://github.com/BloodBoy21/nerdChatBot.git nerdChatBot
  cd ~/nerdChatBot
  npm install 
  npm run start
  cd ~/nerdChatBot/frontend
  npm install
  npm run start

You can find a docker image for frontend and backend to be used in docker-compose.

Build backend image

  cd ~/nerdChatBot
  docker build -t nerdbot-backend .

Build frontend image

  cd ~/nerdChatBot/frontend
  docker build -t nerdbot-frontend .

Run docker compose

  cd ~/nerdChatBot
  docker-compose -f docker-compose.yml up

URL's

frontend - localhost:8080

backend - localhost:3000

Test

To run the unit tests

  cd ~/nerdChatBot
  npm run test

To run end to end tests

  cd ~/nerdChatBot
  npm run cypress:open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published