Skip to content

developedByAryan/Note-App

Repository files navigation

PRE_REQUISITIES

In XAMPP control panel, start Apache and MySQL.

  • create a database named crud_app
  • In it, create a table named user_info with field:ID(primary key), username(unique), password
  • Also create another table named note_data with field: ID(primary key), Title(length:50), Body(length:500)

About

Note Taking CRUD app using HTML, CSS and PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published