This is a simple receipe app demonstrating CRUD operations, dark/light mode toggling, and user login and authentication using the Auth0 React SDK
Client: React, TailwindCSS
Server: Node, Express
Database: PostgresQL hosted on Heroku with the PostgresQL add-on
Access a live version of the working app at https://postgres-recipe-maker.netlify.app
To deploy this project, cd into the client folder then run npm install to install node modules and deploy the app
cd client
npm install
npm start