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
Event-Management-System uses a number of open source projects to work properly:
Clone this repository, then run:
$ npm install
.SAMPLE
extension: server/config.js.SAMPLE
.SAMPLE
extension: src/app/auth/auth.config.ts.SAMPLE
$ npm run dev
App available at http://localhost:4200
.
Server available at http://localhost:8083/api
.
$ ng build --prod // client
$ node server // server
App and server both available on http://localhost:8083
.