Description
In this course, you will learn:-
- PostgreSQL
- AWS
- React Fullstack
- Node/Express
Syllabus:-
-
Introduction
-
Terminal Commands
-
Prerequisites
-
Course Projects
-
Course ppt slides
-
Sources:
-
Follow me on Twitter for more Free courses in the future
-
Basic Setup
-
node and npm
-
setting up a proxy and making API requests
-
making api requests with axios
-
axios vs fetch
-
axios vs react-router vs express router
-
how CORS works
-
why not use an ORM like sequelize
-
why not use Redux form
-
createing the schema.sql file
-
setting up the local database
-
setting up the actions for our app
-
setting up the reducer
-
setting up the authcheck component
-
setting up the psql credentials
-
setting up post routes and psql queries
-
setting up comments routes and psql queries
-
setting up user routes and psql queries
-
client side blog overview
-
the addpost.js component
-
building the main forum
-
the showpost.js component
-
user dashboard
-
editing posts
-
client side routing
-
testing out the skeleton app
-
animating posts
-
advanced animating posts
-
animating posts with keyframes
-
animating comments
-
implementing full stack likes
-
formating dates with momentjs
-
unauth redirect
-
full stack search
-
other users profile
-
Custom Messaging
-
admin app intro
-
admin app auth with auth0
-
admin forum
-
admin dashboard
-
handling users as an admin