This is a Node.js server application for the Eventory app. Eventory is a web-based event management system built using Node.js as the server-side technology. It uses a MongoDB database to store information about events, attendees, organizers, and admins. The application is structured as an Express.js application and provides RESTful APIs to support various client applications such as web and mobile.
To get started with Eventory, you need to have Node.js and MongoDB installed on your system. Once you have installed these dependencies, you can follow these steps:
- Clone the repository to your local machine using git clone https://github.com/xinyu-hou/eventory-node-server-app.git.
- Navigate to the cloned repository directory using cd eventory-node-server-app.
- Install the required dependencies using npm install.
- Start the server using npm start.
- You can access the application in your web browser at http://localhost:4000.