Skip to content

richardchyan/postgres-recipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recipe App with Dark Mode

This is a simple receipe app demonstrating CRUD operations, dark/light mode toggling, and user login and authentication using the Auth0 React SDK

Tech Stack

Client: React, TailwindCSS

Server: Node, Express

Database: PostgresQL hosted on Heroku with the PostgresQL add-on

Demo

Access a live version of the working app at https://postgres-recipe-maker.netlify.app

Deployment

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published