This project implements a Fastify application with CRUD operations endpoints and socket server integration.
- Clone the repository.
- Install dependencies using npm or yarn:
or
npm install
yarn install
- Start the server:
npm start
- Access the API documentation at http://localhost:3000/documentation.
- Test the API endpoints using tools like Postman.
- WebSocket server is integrated into the Fastify application. at ws://localhost:3001