This is a full-stack mern app made for company registration with admin support. This web app is our submission for Indulge 1.0, a college level hackathon organised by career development centre of IIT(ISM) Dhanbad.
Front End - HTML5, Tailwind css, React.js Back End - Node.js, MongoDB database, Mongoose ORM
- Company can register and login through credentials.
- Company HR official can create, view, update, and delete job posting, internship posting, company Data.
- HR official can export data for company uses.
- Admin can view all companies registered and their details including all job postings and internship postings.
- Admin can export data for students which will not include details of HR.
- Admin can export all data for all companies.
- Database of all companies is maintained at the backend using no-sql database i.e MongoDB.
- Latest tech stack like tailwindCss for frontend designing.
- Functional components are used in frontend to make code reusable and modular.