Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 674 Bytes

readme.md

File metadata and controls

44 lines (28 loc) · 674 Bytes

syna_events

Project Setup

  1. Clone the repository:
git clone https://github.com/gowthamkasi/synamedia_assigment_event_mgmt.git
  1. Navigate to the project directory:
cd synamedia_assigment_event_mgmt
  1. Install the dependencies:
npm install

Starting the Server

  1. Start the development server:
npm start
  1. Open your browser and navigate to http://localhost:3000/api/v1/event/health to see the application running.
  2. Api Documentation : https://jqf6c4x25t.apidog.io/

Interact with Apis

  1. Use any Api client Testing Tool eg: Postman,Apidog

Additional Scripts

  • To run tests:

    npm test