Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a Travel blog - A MERN Stack Application. This project requires planning organized within a Trello board with the following lists : Icebox :

Create a Travel blog - A MERN Stack Application.

This project requires planning organized within a Trello board with the following lists:

Icebox: Holds user stories that have yet to be moved to the Current/MVP list. All user stories are originally put into the Icebox, including both MVP and wish list stories.

Current/MVP: Holds user stories that must be completed to meet the minimum project requirements (MVP). Once the MVP has been met, additional user stories may be moved from the Icebox.

Completed: Hold completed user stories.

Wireframes: Sketches of each screens's user interface for the major functionality of the application.

Entity-Relationship-Diagram (ERD): A diagram of the app's models (one per data entity) and the relationships between them.

The project's source code for both your Express Backend and React Frontend.

The project must include a README.md file with the following sections:

Introduction: A paragraph used to introduce interested parties to the project and needs to include one or more screenshots.

Technologies Used: A list of all technologies, libraries, APIs, etc. used in the project.

Getting Started: Links to the project's planning (Trello board) and the deployed app on Heroku.

Unsolved Problems: List any unsolved issues.

Future Enhancements: Identify future features and enhancements planned for the project.

A functioning full-stack, Incorporate the technologies of the MERN-stack:

MongoDB/Mongoose

Express

React

Node

Have a well-styled interactive front-end that communicates with the Express backend via AJAX.

Implement token-based authentication - "...a user can sign-up, log in & log out".

Implement authorization by restricting functionality to authenticated users.

Navigation should respond to the login status of the user.

One User data entity minimum, which will be used for Auth; other data entities can be added and related if desired but are not required.

Have a comprehensive feature-set.

Full CRUD distributed across all Data Entities

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions