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
- Host: GitHub
- URL: https://github.com/boobeh123/motivational-quotes-crud
- Owner: boobeh123
- Created: 2022-09-07T06:48:47.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T22:34:04.000Z (over 2 years ago)
- Last Synced: 2025-01-06T06:44:11.023Z (6 months ago)
- Topics: css3, ejs-express, express-js, fetch-api, html5, javascript, mongodb, node-js
- Language: CSS
- Homepage: https://motivational-quotes.onrender.com/
- Size: 3.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readME.md
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
## 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
## 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/