A program that allows users to openly post and comment about loved ones that have passed away.
This app will allow you to create a profile, post to the home page, and comment on other user posts.
Steps required to install project and how to get the development environment running:
To generate your Database:
- Clone the repo to your own system.
- Run npm install from the command line in the root directory
- Login to your MySql through the command line, then run "source db/schema.sql". Exit MySql.
- Invoke the application with "npm start"
You may also just view the working deployment at the heroku link in the Links section.
You will first land on the Home page. If you have yet to create a login, you can click "Log In" in the Navbar, then choose "Sign Up" to create a username, login email, and password. Once created you will be automatically be logged in and taken to your Dashboard. Here you will see the option to create a new post, and any posts you have created in the past will be listed on this page as well. After creating a post, you will see that post listed on the Homepage, which you are directed to after clicking "Home". From there, you are able to choose any of the posts that you can see to be taken to their page, which will have the content of the original post, along with the comments people have left. You are alos able to comment yourself from inside the post's page. If you would like to edit or delete your post, you can do so on your personal dashboard by clicking "Edit Post" underneath the post you wish to edit.
- Florhaidee Guerra
- John Nielsen
Project is: in-progess (for now)
Respository Link - https://github.com/florhaidee/memorial/
Deployed on Heroku - https://alwaysremember.herokuapp.com/
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Created by John Hayes Nielsen - johnhayesnielsen@gmail.com
Florhaidee Guerra - florhaideedev@gmail.com