Skip to content

API for a Chat Application. Based on week fourteen backend task at LM Tech Hub

Notifications You must be signed in to change notification settings

debeemedia/chat_app_api

Repository files navigation

How to run/test this project

  • ensure you have git installed properly on your machine
  • ensure you have node js installed in your machine
  • open your terminal and run git clone git@github.com:debeemedia/chat_app_api.git
  • run "npm install"
  • run "npm run lint:all" to run all lint error, "npm run lint:css" for css error check, "npm run lint:html" for html error check and "npm run js-lint" for JavaScript error check
  • To fix your lint error/warnings for css files, run "npm run fix:lint:css"
  • To fix your lint error/warnings for javascript files, run "npm run js-lint-fix"

About

API for a Chat Application. Based on week fourteen backend task at LM Tech Hub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published