diff --git a/README.md b/README.md index 88e168b..f69f85a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # NodeJSBlog Recreating my wordpress blog in node JS. -##MYSQL Information +## MYSQL Information -'''sql +```SQL create database blog_name; use blog_name; @@ -44,4 +44,9 @@ primary key(popular_post_id) grant all on blog_name.* to blog_user@localhost identified by "password"; -''' +``` + +## Node Dependencies +```bash +npm install mysql +``` diff --git a/admin/admin.js b/admin/admin.js new file mode 100644 index 0000000..1878207 --- /dev/null +++ b/admin/admin.js @@ -0,0 +1,7 @@ +module.exports= +{ + main: function(res, fileName) + { + + } +}; \ No newline at end of file diff --git a/admin/test.html b/admin/test.html new file mode 100644 index 0000000..a0559c6 --- /dev/null +++ b/admin/test.html @@ -0,0 +1,295 @@ + + + + + +
Welcome to the blog of unknown
+ +Mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod placerat. Vivamus porttitor magna enim, ac accumsan tortor cursus at. Phasellus sed ultricies mi non congue ullam corper. Praesent tincidunt sed + + tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.
+ +Mauris neque quam, fermentum ut nisl vitae, convallis maximus nisl. Sed mattis nunc id lorem euismod placerat. Vivamus porttitor magna enim, ac accumsan tortor cursus at. Phasellus sed ultricies mi non congue ullam corper. Praesent tincidunt sed + + tellus ut rutrum. Sed vitae justo condimentum, porta lectus vitae, ultricies congue gravida diam non fringilla.
+ +Just me, myself and I, exploring the universe of uknownment. I have a heart of love and a interest of lorem ipsum and mauris neque quam blog. I want to share my world with you.
+ +Travel New York London + + IKEA NORWAY DIY + + Ideas Baby Family + + News Clothing Shopping + + Sports Games + +
+ +Just me, myself and I, exploring the universe of uknownment. I have a heart of love and a interest of lorem ipsum and mauris neque quam blog. I want to share my world with you.
+ +Travel New York London + + IKEA NORWAY DIY + + Ideas Baby Family + + News Clothing Shopping + + Sports Games + +
+ +