- 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 releted to the problem statements
- Pre-requisites: - Node.js + NPM
- Setting up the app
$ git clone https://github.com/GDGVIT/HackJudge-Backend
$ cd HackJudge-Backend
- Set the environment variable
MONGO_URL
to your mongodb instance - Set the environment variable
JWT_PASS
to a secure password, used to encrypt JWTs
$ npm install
$ npm start
Made with ❤️ by DSC VIT