Skip to content

xinyu-hou/eventory-node-server-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventory Node Server App

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.

Getting Started

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:

  1. Clone the repository to your local machine using git clone https://github.com/xinyu-hou/eventory-node-server-app.git.
  2. Navigate to the cloned repository directory using cd eventory-node-server-app.
  3. Install the required dependencies using npm install.
  4. Start the server using npm start.
  5. You can access the application in your web browser at http://localhost:4000.

About

CS 5610 Web Development Final Project Node Server App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published