Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.26 KB

EventTrack

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.

Getting Started

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

Prerequisites

  • Node.js
  • Express
  • MongoDB Server

Installation

Install all dependencies under package.json by running following command.

npm install

From the project root directory, run the following command.

node app.js

Contributions

All contributions (code and non-code) are highly appreciated. Please go throught the following steps to make contributions.

  • Comment on exisiting issue or open up a new issues here
  • Fork this repository
  • Clone the forked repository
  • Make your changes
  • Create a Pull Request (PR) here