Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

πŸ§‘β€πŸ’» Template project for tasks of the Relaxdays Code Challenge Vol. 1.

License

Notifications You must be signed in to change notification settings

heinrichreimer/relaxdays-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ§‘β€πŸ’» relaxdays-challenge

Template project for tasks of the Relaxdays Code Challenge Vol. 1. Replace <PORT> and <COMMAND> with appropriate values after forking.

This project was created in the Relaxdays Code Challenge Vol. 1. See the hackathon homepage for more information. My participant ID in the challenge was: CC-VOL1-54

Usage

First you need to clone this repository:

git clone https://github.com/heinrichreimer/relaxdays-challenge.git
cd relaxdays-challenge/

Docker container

  1. Install Docker.

  2. Build a Docker container with this project:

    docker build -t relaxdays-challenge .
  3. Start the Docker container:

    docker run -v $(pwd):/app -p <PORT>:<PORT> -it relaxdays-challenge
  4. The app is now running on localhost:<PORT>

Local machine

  1. Install Python 3, pipx, and Pipenv

  2. Install dependencies:

    pipenv install
  3. Run the notebook:

    pipenv run <COMMAND>
  4. The app is now running on localhost:<PORT>

License

This repository is licensed under the MIT License.

About

πŸ§‘β€πŸ’» Template project for tasks of the Relaxdays Code Challenge Vol. 1.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project