Repository to store all the documentation, files and structure of my Final Degree Project (TFG in Spanish).
The main goal is to develop, as full-stack web developer, a remodel of the Wordle game, including more features and functionalities using Ionic, Django REST Api and PostgreSQL.
To test this project, perform the following steps: As a prerequisite, Docker Compose is needed. Docker Desktop is recommended.
- Clone the repository.
- Enter inside the
Wordle+
folder. - Run the command
docker-compose build -d
. - In the first run,
- Run
docker-compose up -d
. This may leave thedj
container not up and needs a reload. Rundocker-comose down
anddocker-compose up -d
again. - This is due to the database initialization.
- In other runs, execute
docker-compose up -d
normally. - Enter to http://localhost.