BroodMeister / chatty_server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chatty_server

Chatty_server is the back-end server for Chatty-app.

Getting Started

  1. Fork this repository, as well as chatty-app then clone your fork of each.
  2. Install dependencies using the npm install command for each individual folder.
  3. Start up the web server for both chatty-app and chatty_sever using the npm start command for each of them. The app will be served at http://localhost:3000/.
  4. Go to http://localhost:3000/ in your browser.

Final Product

"Screenshot that shows all basic functionality."

Linting

This boilerplate project includes React ESLint configuration.

npm run lint

Dependencies

  • express
  • node-uuid
  • ws

About


Languages

Language:JavaScript 100.0%