Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Canestin authored Jun 13, 2023
1 parent 6e5a970 commit 4893092
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,25 +67,42 @@ If you have an IDE, you have nothing more to do, open the project with it and la

If you want to run it with Visual Studio Code:

1. To start the server

A. Install mvn :

- For Windows, this tutorial can help you : https://www.youtube.com/watch?v=km3tLti4TCM
- For Mac OS : https://www.youtube.com/watch?v=j0OnSAP-KtU

B. Run the following command to build the application :
B. Run the following command to install all dependencies :

```
mvn clean install
cd server && mvn clean install
```

C. Once the build is complete, run the following command to launch the application:
C.Once the dependencies are installed, run the following command to launch the application:

```
mvn spring-boot:run
```

The application will be accessible at http://localhost:8080


2. To start the client

A. Run the following command to install all dependencies :

```
cd client && npm install
```

B. Once the dependencies are installed, run the following command to launch the application:

```
npm start
```

## API routes

Here are the main routes exposed by the API :
Expand Down

1 comment on commit 4893092

@vercel
Copy link

@vercel vercel bot commented on 4893092 Jun 13, 2023

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:

touristo – ./

touristo-git-main-canestin.vercel.app
www.touristo.site
touristo-canestin.vercel.app
touristo.site

Please # to comment.