Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 867 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 867 Bytes

Node JS Blogging App

Description

The purpose of this project was to demonstrate the use of a modified MEAN stack (mongodb, express, + nodejs) and CRUD (create, read, update, delete) operations. This was accomplished by creating a blogging app system with the stack described.

User Stories

- I will be able to create an account and store my blog posts under that account
- I will be able to create and save my blog posts as a draft
- I will be able to make edits and changes to existing blog posts
- I will be able to tag my blog posts

The app includes user authentication and homepage open to public without authentication.

Bootstrap was used for the front end framework and styled with custom CSS.

TO TEST OUT APPLICATION WITHOUT HAVING TO CREATE A USER ACCOUNT, USE THE FOLLOWING: username: Guest password: groovysandfish