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:
- AngularJS - HTML enhanced for web apps!
- VS Code - awesome text-editor for web development.
- Twitter Bootstrap - great UI boilerplate for modern web apps
- node.js - evented I/O for the backend
- Express - fast node.js network app framework
- MongoDB - noSQL database
- Node + npm
- Angular CLI v6+
- Auth0 account with application
- mLab MongoDB database
Clone this repository, then run:
$ npm install
- 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
$ 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
.