A recruitment system for student organizations, made for some organization in Cairo University
- Custom application form creator
- Applicant Filtration
- Statistics
- Interview Scheduling
- User permissions
- KPIs monitoring
- Leaderboards
- You can try it out here
- Use the demo account
[email protected]:password123
- Clone the repo
- Run
npm i
- Put your database info in config/config.js or set up your Environment Variables
- Put your GoogleAPIs Creds in config/GoogleCreds.json
- Run the start script
- If none exists, the default settings & user will be inserted
- Add your organization's hierarchy
- Create Invites & add users
- Add questions, the form will be available at /apply
- Enjoy!
- Add the ability to edit the basic info part
- Allow user roles & permissions editing
- Add more flexibility to some hardcoded parts
- Add more features
- The front-facing part of the website has been removed, feel free to add your own!
- If you plan on using the code, give me a heads-up, I might be able to help you!