Skip to content

RapidAgileSoftware/MemoryPalace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memory Palace

Purpose

A tool to support various memorization techniques and visualization.

Setup

Clone Repo

git clone https://github.com/RapidAgileSoftware/MemoryPalace.git

Run migrations

python3 manage.py migrate

Start development Server

manage.py runserver localhost:8000 

Create Admin User

python manage.py createsuperuser

Login to Admin Panel

Open http://localhost:8000/admin/login/?next=/admin/ in the browser and authenticate with the new credentials

Create a cast of Actors

Rehearse

Usage

Technical background

Build in Python3 with the help of Django 5.