Skip to content

Pragati1610/HackJudge-Backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.5%
  • Shell 0.5%