/chat-app-api

Simple Chat Application using ExpressJs and EmberJs

Primary LanguageJavaScript

chat-app-api

Simple Chat Application API

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd chat-app-api
  • npm install
  • cp .env.example .env [change the environment variables like database name]
  • create databases chat-app and chat-app-test in mysql

Running / Development

Running Tests

  • npm test

Contributors: Sujan Shrestha