Skip to content

csc-413-04/FinalProject_Just-A-Team

Repository files navigation

Just Chat

This application built using Node.js, Express, Socket.io, Mongoose, RESTful Web Service.

Features

  • Uses Express as the application Framework.
  • Real-time communication between a client and a server using Socket.io.
  • Uses MongoDB, Mongoose for storing messages and querying data.
  • Uses RESTful Web Service for serve different platforms
  • Installation

    Running Locally

    Make sure you have Node.js and npm install.

    1. Install Dependencies

      npm install
    2. MongoDB start for need

      mongod
      command from a different terminal.

    3. Start the Application

      node app.js

    Application runs from localhost:3000.

    About

    Final Project

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published

    Contributors 4

    •  
    •  
    •  
    •