Skip to content
Sesha Sai Srivatsav Kuchibhotla edited this page Nov 14, 2017 · 2 revisions

TA Portal

TA Portal is a Web Application build 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

Useful Links

Live instance of the project

https://ta-portal.herokuapp.com/

Youtube demo

Video Link

Required Installations on local machine

  1. nodeJs
  2. MongoDB
  3. ExpressJS

To run this on your machine, you must

  1. Uncomment line 33 and comment line 32 in server.js
  2. Comment lines 14 to 18 in user.service.server.js
  3. You can run the project by running "node server.js"

Environment Variables

To enable third party log in

  1. GOOGLE_CLIENT_ID
  2. GOOGLE_CLIENT_SECRET
  3. GOOGLE_CALLBACK_URL

Copyright

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.