- With this CMS-style blog site user can publish articles, blog posts, and my thoughts and opinions.
- Run the following to install dependancies
npm install
- Create an .env file as following:
DB_NAME='tech_blog_db'
DB_USER=[root]
DB_PW=[your mysql password]
- The repo can be forked and then the required modules installed as per above. The application can be run from the command line with the entry point "npm start"
- ISC