Resume cataloguing system designed for RPI's ITWS 4310 MITR class for ECS Technology
This project comes equipted with a Makefile which allows the project to be installed and configured via make <target>.
Here are the availible commands:
install: Installs necesary packages for the frontend, server, and parser ( Note that this requires pipenv to be installed )install_production: Installs necesary packages for the frontend, server, and parser ( does not install to a venv )install_parser: Installs the packages and environment for the resumeParserinstall_parser_novenv: Installs the packages for the resumeParser to the global python environmentinstall_server: Installs the packages for the API serverinstall_frontend: Installs the packages for the frontend site
clean: Removesnode_modulesdirectory and installed parser venvclean_node: Removes the projectnode_modulesdirectories from the projectclean_parser: Removes the environment for the resumeParser
run: Starts the development server for the frontend and the API serverstart_frontend: Starts the development server for the frontend sitestart_server: Starts the API server
These commands should be run at the root directory of this project