DEV Community

Ishaan Sheikh
Ishaan Sheikh

Posted on • Updated on

MongoDB Submission Post - Endorsedeck

Introduction

This is my submission for the atlas hackathon. This app allows you to collect testimonials from your customers at a single place. The app is a clone of testimonial.to product.

Overview of My Submission

I have used the mongodb serverless instance.

Tech stack

  1. Laravel
  2. Livewire
  3. MongoDB and MySQL
  4. Tailwind

This app has following main entities -

  1. Users
  2. Walls
  3. Testimonials

I have used MySQL for users and all the authentication stuff as it comes in-built in laravel, also it does not need many read and write operations.

I have used MongoDB serverless instance for the walls and testimonials entities as they have high number of read and write operations.

Submission Category:

My submission category is Automation Innovation.

Link to Code

GitHub logo frikishaan / endorsedeck

Manage all your testimonials at a single place.

Endorsedeck

This is a project created for Atlas hackathon on Dev.to.

Overview

Using this app users can collect all the testiomials at one place for all of the products and services.

User can create walls from the dashboard.

endorsedeck dashboard

Users can share the public URL of their wall where other users can submit their review and see other review.

endorsedeck public page

You can see all your reviews by clicking the eye icon form dashboard.

endorsedeck reviews

I have used MongoDB Serverless instance.

mongodb atlas database dashboard




Additional Resources / Info

The demo of the app is available here at endorsedeck.herokuapp.com

User can create walls from the dashboard.

endorsedeck dashboard

Users can share the public URL of their wall where other users can submit their review and see other review.

endorsedeck public page

Every testimonial is associated with a wall. You can see all your reviews by clicking the eye icon form dashboard.

endorsedeck reviews

I have used MongoDB Serverless instance for this project to store walls and testimonials.

mongodb atlas database dashboard

Write something on my wall here.

Top comments (0)