- TA Portal is a Web Application built as part of a project for College of Computer Science (CCIS) at Northeastern University during Managing Software Development (MSD) Course.
- Using this application, Admins (Professors, Senior Faculty) can create Teaching Assistant positions.
- They can also review the applications based on grades and weather a student has been TA before etc, set application status, application deadlines etc.
- The users i.e., students, have to register to this portal to apply for TA Positions.
- Students must upload resumes and fill basic profile information and can apply for TA Positions
https://ta-portal.herokuapp.com/ Youtube video Demo
student: sesha faculty: faculty admin: admin
- nodeJs
- MongoDB
- ExpressJS
~ npm ci
~ npm install
~ npm start # or node server.js
To enable third party log in
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- GOOGLE_CALLBACK_URL
show dbs; ## shows list of databases
use <dbname>;
show collections; ## shows list of table
db.taportal.user.find().pretty() ## prints a table
## Update user type to admin
db.taportal.user.update({username: 'admin'}, {$set: {usertype: 'admin'}}, false, true)
- Student use cases with diagrams
- Faculty user use cases with diagrams
- Admin user use cases with diagrams
- Project Description
- Project setup on local machine
- Sequence Diagrams
- MongoDB
- Mobile Friendly usage
- Pushing to AWS
- UML Diagram
Copyright 2016, Sesha Sai Srivatsav, All rights reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.