/spacejat

Primary LanguageTypeScript

Fastify Socket Server

Description

This project implements a Fastify application with CRUD operations endpoints and socket server integration.

Installation

  1. Clone the repository.
  2. Install dependencies using npm or yarn:
    npm install
    or
    yarn install

Usage

  1. Start the server:
    npm start
  2. Access the API documentation at http://localhost:3000/documentation.
  3. Test the API endpoints using tools like Postman.
  4. WebSocket server is integrated into the Fastify application. at ws://localhost:3001