Agrover112 / Notes-App

A simple basic notes app built using PHP and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes-App

A simple basic notes app built using PHP and MySQL.

image

Features

  • Add a new note.
  • Delete existing notes.
  • Edit existing note.
  • No non-duplicate notes.
  • Basic login/registration (simple )

Prerequisites

  • Python3.9.5 : mysql-connector,unittest,requests
  • MySQL Database
  • PHP

Installation

  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.

About

A simple basic notes app built using PHP and MySQL

License:MIT License


Languages

Language:PHP 59.4%Language:CSS 23.8%Language:Python 16.8%