Skip to content

Commit

Permalink
fix: fixed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamLBS committed Jan 17, 2024
1 parent 7e664ae commit ced4b18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

Application developement project in 3rd year of Epitech. The AREA project is a project that allows you to create automations between different services. For example, you can create an automation that sends you a message on Gmail when you changes your music on Spotify.

## Backend
# Backend

You can find the full documentation of the backend [here](docs/back.md)

![Event_flow](images/event_flow.png)

### Setup
## Setup

In order to start using our project, the `.env` file must be set up!

Expand Down Expand Up @@ -91,7 +91,7 @@ You can find the full documentation of the front-end [here](docs/front.md)

## Setup

In order to start using our project, the `.env` file must be set up!
In order to start using our project, the `.env` file must be set up!
Use the `.env.example` file and complete it with the necessary **Client Id**, **Secret** for the services and the **Backend URL**.

Go to web-app folder and install the web dependencies:
Expand Down Expand Up @@ -154,5 +154,3 @@ flutter run
The mobile app use the oauth2 package to handle the OAuth2 authentication. The package is available here: [https://pub.dev/packages/oauth2](https://pub.dev/packages/oauth2)

To add a new OAuth2 service, you need to add it to the `lib/services/oauth.dart` file. You can get inspired by the other services already implemented.

## Trigger and Response events
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@

Application developement project in 3rd year of Epitech. The AREA project is a project that allows you to create automations between different services. For example, you can create an automation that sends you a message on Gmail when you changes your music on Spotify.

## Backend
# Backend

You can find the full documentation of the backend [here](docs/back.md)

![Event_flow](images/event_flow.png)

### Setup
## Setup

In order to start using our project, the `.env` file must be set up!

Expand Down

0 comments on commit ced4b18

Please sign in to comment.