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

πŸ§‘β€πŸ’» Server for managing storage spaces in a warehouse.

License

Notifications You must be signed in to change notification settings

heinrichreimer/relaxdays-challenge-warehouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

19 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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

Server for managing storage spaces in a warehouse.

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-warehouse.git
cd relaxdays-challenge-warehouse/

Docker container

  1. Install Docker.

  2. Build a Docker container with this project:

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

    docker run -p 5000:5000 -it relaxdays-challenge-warehouse
  4. The app is now running on localhost:5000

Local machine

  1. Install Python 3, pipx, and Pipenv

  2. Install dependencies:

    pipenv install
  3. Run the notebook:

    pipenv run python server.py
  4. The app is now running on localhost:5000

License

This repository is licensed under the MIT License.

About

πŸ§‘β€πŸ’» Server for managing storage spaces in a warehouse.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project