Thoughts

Thoughts is a simple platform for sharing thoughts and viewing posts from other users. It features secure user authentication and allows creating, editing, and deleting thoughts. Built with Handlebars, MySQL, Sequelize, Express, and JavaScript.

Stars
0
Committers
2

Thoughts is a simple platform for users to share their thoughts and view posts from others. The application follows the MVC pattern and includes a secure authentication system for a personalized experience.

💼 Technologies Used

  • Handlebars
  • Sequelize
  • JavaScript
  • MySQL
  • Express
  • HTML
  • CSS

🏃 How to Run the Project

To run the project locally, follow these instructions:

  1. Clone this repository on Visual Studio Code
git clone https://github.com/Luan-Neumann-Dev/Thoughts/
  1. Open the console and navigate to the project folder:
cd Thoughts
  1. Install project dependencies via the terminal:
npm install
  1. Configure the MySQL database in the conn.js file with your environment's credentials.

  2. Start the server:

npm start
  1. Open your browser and go to http://localhost:3000 to see the project in action! 🌟

Contributions 🤝

Contributions are welcome! If you have suggestions for improvements or encounter any issues, feel free to open an issue or submit a pull request.