Examen is a web application designed to help users create, edit, and manage flashcards for efficient learning and memorization.
Note: This application is currently under development and is not yet functional. This repository serves as a placeholder for future updates and contributions.
To set up Examen locally using Docker, follow these steps:
- Docker: Ensure Docker is installed on your system. You can download it from here.
- Docker Compose: Docker Compose should be installed along with Docker. Verify by running
docker-compose --version
.
Then run the following commands:
https://github.com/mlabeeb03/examen.git
cd examen
docker-compose build
docker-compose up -d
Alternatively you can use the vscode devcontainer extension to run the project.