/HackJudge-Backend

Primary LanguageJavaScriptMIT LicenseMIT

HackJudge Portal Backend

Backend to help make judging easier.


DOCS UI

Functionality

  • Page to upload abstracts
  • Link to the project
  • Evaluation records of the teams + Review page + Details of teams
  • Excel migration + abstracting
  • Integrating IBM watson to compare the abstracts related to the problem statements

Instructions to run

  • Pre-requisites: - Node.js + NPM
  • Setting up the app
$ git clone https://github.com/GDGVIT/HackJudge-Backend
$ cd HackJudge-Backend

Setting up the environment

  • Set the environment variable MONGO_URL to your mongodb instance
  • Set the environment variable JWT_PASS to a secure password, used to encrypt JWTs

Running the app

$ npm install
$ npm start

Contributors

License

License

Made with ❤️ by DSC VIT