Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Neo4j Course for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Discussion on Commonly Used Database Management Systems
- 3 Social Media Platforms and Graph Database Management Systems
- 4 The Integration of a Graph Database Management System into an Overall System Design
- 5 Relationships in RDBMS vs. Relationships in GDBMS
- 6 Whiteboard Presentation Highlighting Relationships between Nodes in. GDBMS
- 7 Discussion on SQL and Cypher
- 8 Install Neo4j Desktop
- 9 Install SQL Server
- 10 Create Graph Database and Similar SQL Server Database
- 11 Run Cypher Queries and Similar SQL Queries
- 12 Creating database and connecting to database
- 13 Practical introduction to Cypher Query Language
- 14 Creating and initializing the project database
- 15 JDK and IntelliJ IDEA Installation
- 16 Initializing a new Spring Boot project
- 17 Acknowledgement of a mistake in the recording
- 18 Implementation of Courses and Lessons
- 19 Implementation of Users and Authentication
- 20 Implementation of Courses Enrolments
- 21 Viewer Knowledge Prerequisites
- 22 Setting up the Environment with VS Code and Node
- 23 Create Curriculum Management Application React Project
- 24 Create Home React Component
- 25 Install Dependencies
- 26 Create Header React Component
- 27 Add CSS Styles to App.css
- 28 Create Register React Component
- 29 Create Axios Configuration Code
- 30 Discuss Local Setup for Java Web API
- 31 Create Login React Component
- 32 Create Context with AuthProvider Component
- 33 Create useAuth Hook
- 34 Create Interceptor Functionality in useAxiosPrivate Hook
- 35 Create Authentication Functionality
- 36 Http Call to Retrieve a List of Courses
- 37 Create Course React Component
- 38 Create EnrolledCourses React component
- 39 Create Functionality to Enroll a Student into a Course
- 40 Create Video Component
- 41 Create Spinner React Component
- 42 Additional Styling to Finish the Application