https://github.com/subrata2402/doux_event_server
Doux Event Server is a RESTful API that allows users to create and manage events. Users can create events, view events, and delete events. It has also real-time updates for events.
https://github.com/subrata2402/doux_event_server
event-api socket-io socket-programming
Last synced: 3 months ago
JSON representation
Doux Event Server is a RESTful API that allows users to create and manage events. Users can create events, view events, and delete events. It has also real-time updates for events.
- Host: GitHub
- URL: https://github.com/subrata2402/doux_event_server
- Owner: Subrata2402
- Created: 2025-02-13T16:31:36.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-14T08:37:02.000Z (3 months ago)
- Last Synced: 2025-03-14T09:34:17.729Z (3 months ago)
- Topics: event-api, socket-io, socket-programming
- Language: JavaScript
- Homepage:
- Size: 469 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Doux Event Server
Doux Event Server is a RESTful API that allows users to create and manage events. Users can create events, view events, and delete events. It has also real-time updates for events.### Technologies Used
- Node.js
- Express
- MongoDB
- Socket.io### Installation
1. Clone the repository
2. Run `npm install` to install dependencies
3. Run `npm run start` to start the application