The backend of the app is built using Flask, a lightweight microframework for standing up backends quickly.
Platform | Initialization | Invoke GET /resume |
Invoke GET /cv |
Invoke /copy |
---|---|---|---|---|
Windows | ✔️ | ✔️ | ✔️ | ✔️ |
MacOS | ✔️ | ✔️ | ✔️ | ✔️ |
Linux | ✔️ | ✔️ | ✔️ | ✔️ |
Run the following commands in the src/backend
directory:
pip install virtualenv
virtualenv ENV_NAME
ENV_NAME\Scripts\activate
pip install -r requirements
python server.py
pip install virtualenv
virtualenv ENV_NAME
source ENV_NAME/bin/activate
pip install -r requirements
python server.py