Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fredm23579 authored Apr 13, 2024
1 parent 33b24cc commit d8aa5d4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Description

The travel-tales-exchange blog is a dynamic web application allowing users to share and comment on blog posts. It provides a platform for users to express their thoughts, opinions, and share information in a blog format. Built with a focus on user interaction and ease of use, the blog offers a clean and responsive interface for a seamless blogging experience.
The travel-tales-exchange blog is a dynamic web application allowing users to share and comment on blog posts. It provides a platform for users to express their thoughts, opinions, and share information in a blog format. Built with a focus on user interaction and ease of use, the blog offers a clean and responsive interface for a seamless travel blogging experience.

## Live Demo

Check out the live demo of the application here: [Travel Blog Live](https://travel-tales-exchange-50aa2535b133.herokuapp.com/login)

Screenshot of the Application: ![Screenshot](public/img/clear-water-beaches-florida-2048x917.jpg)
Vision of the Application: ![Screenshot](public/img/clear-water-beaches-florida-2048x917.jpg)

## Features

Expand Down Expand Up @@ -41,20 +41,20 @@ DB_NAME='your_database_name'
DB_USER='your_username'
DB_PASSWORD='your_password'
```
4. Run the schema.sql in your MySQL database to create the necessary database.
4. Run the ```schema.sql``` in your MySQL database to create the necessary database.

5. Start the server: node server.js
5. Start the server: ```node server.js```

6. Visit `http://localhost:3000` in your browser.
6. Visit ```http://localhost:3000``` in your browser.

## Contributing

Contributions to the Ensemble Blog project are welcome!
Contributions to the Travel Tales Exchange Blog project are welcome!

1. Fork the repository.
2. Create a new branch for your feature (`git checkout -b feature/AmazingFeature`).
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`).
4. Push to the branch (`git push origin feature/AmazingFeature`).
2. Create a new branch for your feature (```git checkout -b feature/AmazingFeature```).
3. Commit your changes (```git commit -m 'Add some AmazingFeature'```).
4. Push to the branch (```git push origin feature/AmazingFeature```).
5. Open a pull request.


Expand Down

0 comments on commit d8aa5d4

Please sign in to comment.