/recipe-app-react-prisma

Building a recipe app using prisma and react

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Recipe App

A recipe app built using react and prisma app

Installation and Set Up

Clone the repo from GitHub:

git clone https://github.com/brayoh/recipe-app-react-prisma.git

Fetch from the develop branch:

git fetch origin develop

Install Prisma cli:

npm install -g prisma

Navigate to the root folder:

cd recipe-app-react-prisma

Install the required packages:

npm install

Navigate to the client folder:

cd client

Install the required packages:

npm install

Launching the App

Start your local prisma server by running docker-compose up -d then navigate to the client folder and run npm start

Built With...