MFC-VIT / Recruitment-Portal-Backend-24

Official repository for Backend of recruitment portal 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MozillaFirefox-VIT


Recruitment Portel Backend '24

The official Backend API for MFC-VIT recruitment of 2024.

Tech Stack

  • Node.js
    • NodeMailer
    • Multer
  • Express.js
  • MongoDB

Features

  • User Authentication with email verification and reset password
  • Task Submission (single submission allowed)
  • File Upload
  • Choose and update domain
  • Admins can promote users for next round
  • Admins can all user details and task submissions.

Steps To Run

  1. Clone the Repository:

    git clone https://github.com/MFC-VIT/Recruitment-Portal-Backend-24.git

  2. Install all the dependencies:

    npm i

  3. Update the .env file with our configs( Refer .env_example for environment variables).

  4. To Start the server:

    npm start

  5. Use postman and test the api at the endpoints

Authors

Harsit

Harshit P G

GitHub LinkedIn

License

Copyright © 2024, MozillaFirefox-VIT, Harshit P G and all other contributors. Released under the MIT License.

Made with ❤️ by MFC-VIT

About

Official repository for Backend of recruitment portal 2024

License:MIT License


Languages

Language:JavaScript 100.0%