An open API service indexing awesome lists of open source software.

https://github.com/boobeh123/motivational-quotes-crud

A full stack web application that stores quotes & an author. Quotes can be posted by anyone & entries can be upvoted by YOU! - Mobile friendly! Live on Render / Link in repo
https://github.com/boobeh123/motivational-quotes-crud

css3 ejs-express express-js fetch-api html5 javascript mongodb node-js

Last synced: 4 months ago
JSON representation

A full stack web application that stores quotes & an author. Quotes can be posted by anyone & entries can be upvoted by YOU! - Mobile friendly! Live on Render / Link in repo

Awesome Lists containing this project

README

        

[Motivational-Quotes-CRUD](https://github.com/boobeh123/Motivational-quotes-CRUD)

## Description
A full stack web application that stores a quote & author. Storing an empty name & quote can be updated with predefined quotes. The predefined quotes can be deleted.

Edit: (New deployment)

The project is deployed here: https://motivational-quotes.onrender.com/

(Previous deployment, heroku no longer free)

~~The project is deployed here: https://secure-cove-71446.herokuapp.com/~~

## Demo
![demo](cruddemo.gif)

## Features
* Executes Create, Read, Update, and Delete operations.
* Performs Save, Read, Update, and Delete requests from MongoDB.
* Displays variable data using (EJS) Embedded JavaScript.

## Technologies
HTML5CSS3JavaScriptNodeJSMongoDBGit

## Optimizations
* I want to add an edit button beside entries that allow fields to be updated.
* I want to add a delete button beside entries that allow fields to be deleted.

## Do you want to build this project?
https://zellwk.com/blog/crud-express-mongodb/