diff --git a/Projects/2-Intermediate/Alumni-Tracking-Portal.md b/Projects/2-Intermediate/Alumni-Tracking-Portal.md new file mode 100644 index 00000000..6cbcea03 --- /dev/null +++ b/Projects/2-Intermediate/Alumni-Tracking-Portal.md @@ -0,0 +1,30 @@ +# Alumni Tracking Portal + +**Tier:** 2-Intermediate + +A MEAN Stack Web Application allowing College/University Administration to keep tack of the College Alumni, interact with them and also the College Students can interact with the Alumni and get valuable guidance. + +## User Stories + +- [ ] Users are registered on basis of their unique ID i.e their college enrollment number ensuring only that college's students/alumni can register +- [ ] Alumni, college administrators and college students can register themselves and they can login using their email id +- [ ] Alumni can post blogs regarding any topic. They can also include pictures in their blogs. The blogs will serve as informative materials for other alumni and students +- [ ] Users can like, comment on and save blogs for their reference +- [ ] Students and college administrators can search an alumnus/alumna, using several filters based on majoring subjects, passing year and more and view their profile +- [ ] Users can add, edit or delete details in their profile +- [ ] College Administrators can post Events' details and updates as notifications. They can send E-invites to the alumni for the upcoming events/ re-union meets + +## Bonus features + +- [ ] Chatbox/ Messaging section facilitating the users to interact on the go, without having to find each other's email id and then communicate + +## Useful links and resources + +- [Angular Quick tutorial]() +- [MDBootstrap for Angular UI Elements]() +- [Nodejs Installation]() + +## Example projects + +- [Alumni Tracking Portal using MEAN Stack](https://github.com/Vidhiagrawal3/Union) +- [Alumni Tracking System project on Github](https://github.com/killerone/Alumni-Tracking-System)