Arcdeamonofire / project-2

Project 2 of WDI-Remote: Building Your First Full-stack Application - Forum
0 stars 0 forks source link

Project-2

Project 2 of WDI-Remote: Building Your First Full-stack Application - Forum

Languages used:

HTML, CSS, Vanilla Javascript, jQuery, ejs

Synopsis

A express app in node.js implementing a CRUD design and using restful routing as well as bootstrap styling

Potential MVP

Wireframe

alt text

Two ideas for an approach to the look when I start implementing css alt text

alt text

Technologies Used (API Reference?)

node.js, express, ejs, html, css, bootstrap and ejs-layouts, mongodb, mongo, and mongoose

Approach

Created a user creation and authentication system first and created 3 models for user, posts, and comments. Linked the user and post models and the post and comment models together. Using the route paths of express created an app using CRUD (only have really done CR right now, but hoping to do at least U and maybe add admin privleges and create D as well). Then integrated bootstrap with an ejs-layout and used it to help style the page.

Live Site Link

https://secure-plains-44565.herokuapp.com/

Installation Instructions

None at the moment

Unsolved Problems

css styling still feels unsufficticated and missing something, but haven't figured out/decided what. There may be an issue with the user sign up feature, but I'm going to need to do more testing to find out. Check out my Issues page: https://github.com/Arcdeamonofire/project-2/issues for more info on what I am currently working on in this particular project!