EventTrack is a common web platfrom for event organizers and attendee for finding and listing events with several features like event registration, catergorical event selection, location based events and many more. This repo is the API for the application made with Node.JSand ExpressJS Web Framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. Entrypoint for this API is located in the root folder at app.js
- Node.js
- Express
- MongoDB Server
Install all dependencies under package.json by running following command.
npm install
From the project root directory, run the following command.
node app.js
All contributions (code and non-code) are highly appreciated. Please go throught the following steps to make contributions.