Building a Spring Boot REST API powered by Redis, with a React front end: Part 1



Building a Spring Boot REST API powered by Redis, with a React front end: Part 1

Building a Spring Boot REST API powered by Redis, with a React front end: Part 1

Brian walks you through building a Spring Boot REST API powered by Redis and coupled with a React front end.

First, you’ll build a Spring Boot application using Spring Data Redis to achieve a Redis-powered version of Todo-Backend (http://www.todobackend.com).

Then you’ll build a React app embedded in the Spring Boot app to implement TodoMVC (https://todomvc.com).

All in a Test-Driven fashion!

▬ Contents of this video ▬▬▬▬▬▬▬▬▬▬
0:36 – What we are building and why
4:45 – Running the Todo Backend specs
7:48 – Our development Plan
9:10 – Getting Redis up and running
12:19 – The Redis CLI
13:12 – Redis Data Structures
21:20 – Meet the Monitor Command
▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬

You can find the complete application here: https://github.com/redis-developer/tut-spring-data-redis-react-todomvc

Copy and paste the following command to clone the repository:

$ git clone [email protected]:redis-developer/tut-spring-data-redis-react-todomvc.git –recurse-submodules

See the application README for complete instructions, and look for an accompanying tutorial on the Redis Developer homepage at https://developer.redislabs.com.

▬ Links ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬
Need a Redis cluster now? Sign up for a free Redis Cloud Essentials account → https://bit.ly/2wasiCa

Join our Discord server → https://discord.gg/redis

RedisInsight → https://redislabs.com/redis-enterprise/redis-insight/
Redis University → https://university.redislabs.com/
Redis Labs → https://redislabs.com/

Comments are closed.