Skip to content

Commit

Permalink
Removing unnecessary titles from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriqpaiva committed Jun 6, 2022
1 parent 3df911c commit 28d5d84
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,23 +54,23 @@ Technologies that were used on this application:

From project's root file:

## Web application:
### Web application:

```sh
$ cd web
$ yarn install
$ yarn dev
```

## Mobile:
### Mobile:

```sh
$ cd mobile
$ yarn install
$ yarn start
```

## Backend
### Backend

```sh
$ cd server
Expand All @@ -89,22 +89,22 @@ $ npx prisma studio

Here are some examples of how you can set up your `.env` files

## On Web application:
### On Web application:

```js
VITE_API_URL='http://localhost:3333';
```

## On Backend:
### On Backend:
```js
DATABASE_URL="postgresql://root:root@192.168.0.5:5432/feedbacks"
DATABASE_URL="postgresql://<username>:<password>@<hostname>:<port>/<database>"
```

<br>

## 📝 License

MIT License © Yuri Paiva. Check this [LICENSE](LICENSE.md) for more details
MIT License © Yuri Paiva. Check [LICENSE](LICENSE.md) for more details

---
<br>
Expand Down

1 comment on commit 28d5d84

@vercel
Copy link

@vercel vercel bot commented on 28d5d84 Jun 6, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

feedget – ./

feedget-git-main-yuriqpaiva.vercel.app
feedget-yuriqpaiva.vercel.app
feedget-swart-six.vercel.app

Please sign in to comment.