This was a school assignment to create a web app storing a todolist. It was made with PHP connecting to a mySQL/adminer database for storing data. Project was used with Docker which is needed for to run the project.
- Website/app developed using HTML, CSS and PHP.
- A connected SQL database with at least one table.
- Tasks should consist of a unique id, task-title and description.
- No design priority.
- Clone this repo.
- From the root folder, with docker installed, run "docker compose up" in your terminal of choice.
- Access the page on 127.0.0.1:80.
- Access the database on 127.0.0.1:8080 (login is in the .yml-file)
- Import and upload the db.sql file into the database.
- Open the browser and sign up to get login credentials.
- Log in and try the functionality.