Git clone or download this Project as zip.
Execute the following commands in the base directory:-
- install nodejs
- install mongodb
- install tesseract
sudo apt-get install tesseract-ocr
- install nodemon
npm i -g --save nodemon
- import the node modules
npm install
- install python3
- install pip3
- install virtualenv using pip
pip3 install virtualenv
- Create a Virtual environment, install depedencies in the base directory of the project:-
virtualenv venv
source venv/bin/activate(for ubuntu)
venv/Scripts/activate(for windows)
pip install -r requirements.txt
python -m nltk.downloader punkt
python -m nltk.downloader stopwords
deactivate
The above steps are needed to be performed only the first time.
source venv/bin/activate
nodemon app
When it shows The app in running in port 8000 Open your browser and goto
localhost:8000
Later, the virtual environment can be deactivated when the work with project is over:-
deactivate
- Nodejs - The web framework used
- Expressjs - Used for the backend servers
- Mongodb - Database used
- Javascript - used for scripting
- ejs - It is the templating lirary used
- CSS - It is used for styling purpose
- Abinash Panda - Backend Developer(https://github.com/abinashp437)
- Siddhant Mund - Backend Developer(https://github.com/iamsid2)
- Deepak Senapati - Data Analyst(https://github.com/deepak345)