Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 822 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 822 Bytes

Spectrum Register

  • An Application to register participants for any events. On successful registration of participant each individual receives an email stating their confirmation. Email also has QrCode attached with it which will be scanned by a concern person on the event day. On successful scan participant will get entry into that event.

Tools and Technologies used:

  • Angular
  • NodeJS
  • MongoDB
  • VSCode
  • Github

Steps to run the project

  • Clone the repository and navigate to Spectrum folder(Backend/Spectrum). Perform the following command :
npm i
  • After that perform the following commands to start server.
cd app
node server.js
  • Navigate to Frontend folder and perform the following command:
npm i
  • After that perform the following commands:
ng serve