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.
Check out the live demo of the application here: Travel Blog Live
Vision of the Application:
To run this application locally, you’ll need Node.js and a MySQL database set up on your machine.
Clone the repository: git clone
Install the dependencies: npm i
.env
file in the root directory with the following contents:
DB_NAME='your_database_name'
DB_USER='your_username'
DB_PASSWORD='your_password'
Run the schema.sql
in your MySQL database to create the necessary database.
Start the server: node server.js
http://localhost:3000
in your browser.Contributions to the Travel Tales Exchange Blog project are welcome!
git checkout -b feature/AmazingFeature
).git commit -m 'Add some AmazingFeature'
).git push origin feature/AmazingFeature
).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.