A simple basic notes app built using PHP and MySQL.
- Add a new note.
- Delete existing notes.
- Edit existing note.
- No non-duplicate notes.
- Basic login/registration (simple )
- Python3.9.5 : mysql-connector,unittest,requests
- MySQL Database
- PHP
git clone https://github.com/Agrover112/Notes-App
Start the MySQL server:
sudo systemctl start mysql
sudo mysql -u root -p password <create_db.sql
Add your own MySql database credentials in config/setenv.php
Run a php server
php -S localhost:8000
Navigate to localhost:8000
in your browser.