Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.44 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.44 KB

The Codaisseur Academy Calendar - Server

The Codaisseur Academy Calendar is a platform for Codaisseur's students, teacher's assistants and teachers.

Here you can view all of Codaisseur's events, which teacher is teaching what class and what lesson on a given day. You can also see special events here, for example Taste of Code events or Demo nights.

Also, if you are given the role of an assistant you can volunteer on any event to assist a teacher in their lessons.


Getting started

You will find step by step instructions on setting up the server in "Getting started".


Libraries used in backend

  • Nodemailer: In this App, we are dealing with mail through Google Account. We have used nodemailer for sending the mail to a user's mail account. For more information about this package, go to the nodemailer website

Contributors to this project