travel-tales-exchange

Travel Blog Website

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 travel blogging experience.

Live Demo

Check out the live demo of the application here: Travel Blog Live

Vision of the Application: Screenshot

Features

Technologies Used

Installation

To run this application locally, you’ll need Node.js and a MySQL database set up on your machine.

  1. Clone the repository: git clone

  2. Install the dependencies: npm i

  3. Create a .env file in the root directory with the following contents:
    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.

  5. Start the server: node server.js

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

Contributing

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).
  5. Open a pull request.

License

This project is open source and available under the MIT License.


© 2024 Travel Blog by Fred Motta Credits: Code originally developed by Irene Panis’ Ensemble Blog and adapted to this project by Fred.