Using the Lenticular Lens ¶
1. Installation¶
To install a local version of the Lenticular Lens, follow the installation steps described below.
- Make sure
Docker
andDocker Compose
are installe - For
Windows
andMac users
: install Docker Desktop. - Use the provided
docker-compose.yml
as a baseline. - Run
docker-compose
- Visit http://localhost:8000 in your browser
Note:
This will create a folder pgdata with the database data.
To clean up the database and start from scratch, simply remove this folder.
2. API¶
Through Github, the Lenticular Lens API is made available with a set of functions and procedures allowing for the code to be reused and/or extended .