Skip to content

This is just a simple page where people can comment and read other's comments.

License

Notifications You must be signed in to change notification settings

xsgh37/comment-page

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

comment-page

This is just a simple page where people can comment and read other's comments.

Preparations

Add your root's password in the db.inc.php file.

Insert following code in your MySQL Workbench or PHPmyAdmin:

CREATE DATABASE webapp;

CREATE TABLE webapp.comments (

id INT AUTO_INCREMENT PRIMARY KEY,

comment VARCHAR(240)

);

License

This project is MIT licensed.

Copyright © 2018 Lukas Müller

References

XAMPP / LAMPP

MySQL

Spectre.css

About

This is just a simple page where people can comment and read other's comments.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published