Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
brayoh authored Jan 16, 2019
1 parent 8b84346 commit 1b0c840
Showing 1 changed file with 59 additions and 2 deletions.
61 changes: 59 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,59 @@
# recipe-app-react-prisma
Building a recipe app using prisma and react
# 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...

- [Prisma](https://prisma.io/)
- [React](https://reactjs.org/)
- [Ant Design](https://ant.design/)

0 comments on commit 1b0c840

Please sign in to comment.