
A React and Node blog boilerplate with complete authentication and CRUD commands to a Postgres DB.
This is a fullstack blog application built using React and Express. It utilizes React hooks for state management. The project is divided into two directories: "Client" for the React code and "Server" for the Node.js Express server. It also requires a PSQL database to run and the setup of an auth0 app.
The fullstack React/Express blog uses React hooks for state management and is divided into two directories: "Client" and "Server". It requires a PSQL database to run and the setup of an auth0 app. The installation process involves downloading or cloning the project files, navigating to the respective directories, installing dependencies, and starting the server and client simultaneously. Optional setup of PSQL and auth0 is also mentioned.
