Skip to content

The Map Project

Updated: at 09:19 PM

Map

Map platform that stores friend locations

Setup guidelines

  1. Clone the repository with
git clone PandaTwoxx/Map
  1. Install required things:

To install poetry/pipx:

brew install pipx
pipx install poetry

To install homebrew

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install docker yourself because I can’t spend all my life coaching you to do basic things

  1. Run the following commands:
poetry install
poetry shell
python3 manage.py run
  1. Or run
docker compose up --build
  1. Open the browser and go to http://localhost:8080/

Previous Project
WesMes