Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alberto Morales (as candicate) coding challenge #57

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

morales4dev
Copy link

Set-up

Set the repo base path
REPO_BASE_PATH=<<repo_base_path>>
export REPO_BASE_PATH

with conda

conda create -n ppcch python=3.10
conda activate ppcch

without conda

in both cases

cd $REPO_BASE_PATH/api/code
pip install -r requirements.txt

How to run

cd $REPO_BASE_PATH/api/code
python3 run_server.py

with Docker

cd $REPO_BASE_PATH/api
docker build -t powerplanner .
docker run -p 8888:8888 docker.io/library/powerplanner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants