/Babble

Primary LanguageJavaScript

Babble is a chat app built with:

  • ReactJS front end
  • NodeJS(v11.13.0) and Express back end
  • Socket.io
  • PostgreSQL database
  • Knex

To get started:

Build the database:

  • npm install -g knex
  • npm install knex pg --save
  • npm nodemon --save-dev
  • psql
  • CREATE DATABASE babblebox
  • \q
  • [knex migrate:latest](#knex migrate:latest)

To start the App: