CapstoneProject18 / Event-Management-System

"The main aim to develop this project is to provide details of event, event services, event theme etc. Admin can manage all the college event, event services, event theme, event programms etc "
2 stars 1 forks source link

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

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.