# USPTOApp
Data Labeling by Active Learning

Get Started:
* Install [Node](https://nodejs.org/en/download/)
  * npm is automatically installed with Node
  * check by running ```npm -v``` on Terminal
* Install [MongoDB](https://docs.mongodb.com/manual/installation/)
* Install Nodemon 
   -```npm install -g nodemon```

On the Terminal:
* cd /Patentify/frontend
  * ```npm install```

* cd /Patentify/backend
  * ```npm install```


More details are in the installation video.