pranish07 / blogsapp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlogCrud App - where you can create,Read,delete and update the blog information

for backend : mysql and nodejs

  • clone or download the backend
  • run the command npm install
  • npm start database has 5 models: id(primary key), title, content, author and image. (content is mandatory)

for frontend

  • clone or download the frontend
  • run the command npm install
  • npm start

About


Languages

Language:JavaScript 87.9%Language:HTML 9.6%Language:SCSS 2.5%