Basic web application written in PHP (no framework used) to keep a notebook of daily notes. When I made this project around 2018 my objective was to learn web development and the PHP language.
- User login.
- Store user notes by date.
- Store the user notes encrypted in the database.
- Navigate per month.
You can run the app with docker.
- docker
- docker-compose
Follow this instructions to run the application on your machine.
git clone [email protected]:jlpalaciosb/notebook-php.git
cd notebook-php
docker-compose up
- Visit localhost:8008 in your browser.