Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 1.92 KB

File metadata and controls

67 lines (42 loc) · 1.92 KB

Event-Management-System

The main aim to develop this project is to provide details of the event, event services, event theme etc. Admin can manage all the college event, event services, event theme, event programmes etc

Technologies Used

Event-Management-System uses a number of open source projects to work properly:

Requirements

Install

Clone this repository, then run:

$ npm install

Setup

  • Add your Auth0 and MongoDB credentials and remove .SAMPLE extension: server/config.js.SAMPLE
  • Add your Auth0 credentials and remove .SAMPLE extension: src/app/auth/auth.config.ts.SAMPLE

Development server

$ npm run dev

App available at http://localhost:4200.

Server available at http://localhost:8083/api.

Build (local)

$ ng build --prod // client
$ node server // server

App and server both available on http://localhost:8083.