---
title: "Fullstack App built with ReactJS, NodeJS, ExpressJs and Redis-OM"
url: https://daily.dev/posts/fullstack-app-built-with-reactjs-nodejs-expressjs-and-redis-om-j2mkhttk2
source_url: https://kenny82.hashnode.dev/building-a-fullstack-app-with-reactjs-nodejs-expressjs-and-redis-om
type: article
source: "Hashnode"
published: 2022-08-30T16:40:36.730Z
updated: 2022-08-30T16:40:36.657Z
tags: ["database", "rest-api", "redis", "express", "nosql"]
reading_time: 9
upvotes: 28
comments: 1
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Fullstack App built with ReactJS, NodeJS, ExpressJs and Redis-OM

**[Hashnode](https://daily.dev/sources/hashnode)** · 9 min read · 28 upvotes · 1 comments

## Summary

Fullstack App built with ReactJS, NodeJS, ExpressJs and Redis-OM Overview. We'll be building a Fullstack app with Redis Database for storing the data. Redis is an in-memory key-value store that is often used as a cache to make traditional databases faster. It gives us the methods to read, write and remove a specific Entity and lastly. A Repository is the main interface into Redis OM.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://kenny82.hashnode.dev/building-a-fullstack-app-with-reactjs-nodejs-expressjs-and-redis-om>

## Community discussion

Top comments from developers on daily.dev.

**@fofomalo** · 1 upvotes

> Cleary helpful,  i never used redis but just to read your code makes me feel like I must have to touch it.... Thanks

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#database](https://daily.dev/tags/database), [#rest-api](https://daily.dev/tags/rest-api), [#redis](https://daily.dev/tags/redis), [#express](https://daily.dev/tags/express), [#nosql](https://daily.dev/tags/nosql)

[View this post on daily.dev](https://daily.dev/posts/fullstack-app-built-with-reactjs-nodejs-expressjs-and-redis-om-j2mkhttk2)
