This application is a blog posting site. It implements a functional relational
database and uses the MVC paradigm and CRUD methods.
This is a tech blog posting site! Users can create an account, create their own posts,
edit their posts and comment on other users posts!
No installation necessary for users. Contributors can 'npm i', and 'npm run seed'
once pulled locally.
For users, click 'signup' on the homepage to make a new user. Once logged in, visit
'dashboard' to create a post, or click on an individual post to comment on it.
For contributors, install dependencies and seeds, and either run 'npm start',
to run the server, or use nodemon.
No testing currently available.
Dylan Crowley:
Github
Twitter
LinkedIn
dcrowdev1025@gmail.com
This project is licensed under the MIT license.
UCF Fullstack bootcamp!