Event Application

Full Stack Event-Data Application built with Node.js, Express and Angular framework along with Backend Testing with Jest framework.

Functionalites -

  1. Search Event
  2. Get List of Events
  3. Create Event

Quick Start

Clone the repo

git clone https://github.com/d14mittal/Event-Application.git

Start the Backend Service

cd backend
nodemon

Start the Frontend Application

ng serve

Visit the the 'http://localhost:4200' on your browser and test the application.