Check out the badges hosted by shields.io.
Repository: https://github.com/rschm007/Tech_Blog
Deployed App: https://fathomless-reef-78577.herokuapp.com/
A CMS-style blog site similar to a Wordpress site where developers can publish their blog posts and comment on other developer's blog posts as well. The app follows the MVC paradigm in its architectural structure, using Handlebars.js as the templating language, Sequelize as the ORM, and the express-session npm package for authentication.
Clone the repo, navigate to the root folder, and add a .env file to the root.
Run the following commands from the CLI:
Run Test;
npm run test
Seed DB;
npm run seed
Start Server;
npm start server
When the user first visits the site their usage is limited. They will need to go to the Login link to make an account. Once they've signed up and logged in they are able to make blog posts, view blog posts, add comments and edit their own blog posts. Blog creation, editing and deletion are handled on the "dashboard" page
If you would like to contribute please send me a DM
This project was not built with test-driven development. Console.logs were used to test functions.
UCI Full Stack Flex Bootcamp
MIT
If you'd like to contact the developer, please use the info below:
-
@rschm007