- Nodejs
- Python3
- Git
git clone https://github.com/hiddentraveler/testCoach_server
cd testCoach_server
node install
For Windows:
cd utils\python\OMRChecker
python -m venv venv
For Linux:
cd utils/python/OMRChecker
python -m venv venv
For Windows:
venv\Scripts\activate.bat
pip install -r requirements.txt
For Linux:
source venv/bin/activate
pip install -r requirements.txt
To start the server go to Root directory and run :
npm start
- Nodejs Docs: https://nodejs.org/api/all.html
- Python Docs: https://docs.python.org/3/
- Opencv docs: https://docs.opencv.org/4.x/index.html
- React Reference: https://react.dev/reference/react
- Maria DB docs: https://mariadb.org/documentation/
- Bycrypt Readme: https://github.com/dcodeIO/bcrypt.js/blob/master/README.md
- ECMAScript / Javascript Language Specification: https://262.ecma-international.org/7.0/