Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 1.6 KB

README.md

File metadata and controls

53 lines (39 loc) · 1.6 KB

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