Skip to content

A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

Notifications You must be signed in to change notification settings

hrsautomation20/tech_blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Model-View-Controller (MVC): Tech Blog


  1. Description
  2. Web Address
  3. Usage Tips
  4. Features
  5. Install Command
  6. Credits
  7. Licenses
  8. Questions and Contributing

Description

A CMS-style blog site where developers can publish their blog posts and comment on other developer's post. This is a full stack web application that was build using bcrypt , sequelize , sequelize-sessions , express-handlebars


Web Address

Heroku App Status


Usage Tips

If you want to run local follow below steps:-

This app is running under MySQL as a local host, you can modify the .env file with your own username and password to start the application.

Once your .evn file has been configured:

  • run mysql terminal at project source folder and run schema.sql (source ./db/schema.sql)
  • npm install
  • npm start
  • use http://localhost:3001/


App Features

Database Design

Database

Video Tutorial

Video Walkthrough

Screenshots

Home

Home

Login/SignUp

login

Post

post

Install Command

To install dependency enter the command "npm i" or npm install" in your terminal

Dependency

Launch the app

Run following command in your terminal node server.js


Credits

hrsautomation20


Licenses

License: ISC
License: MIT


Questions and Contributing

For Questions please reach out to Repo Owner :-

For Contributing

Feel free to download or colone the repo and make local changes

About

A CMS-style blog site similar to a Wordpress site, where developers can publish their blog posts and comment on other developers’ posts as well.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published