An open API service indexing awesome lists of open source software.

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.

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