Homework
Tech Blog is a full-stack web application that allows users to write, publish, and comment on tech-related posts. This platform serves as a community for tech enthusiasts to share ideas, updates, and insights in the field of technology.
To get this application running locally, follow these steps:
Clone the repository:
bash Copy code git clone https://github.com/your-github-username/tech-blog.git cd tech-blog Install dependencies:
Copy code npm install Set up the database:
Make sure you have MySQL installed and running. Create a new database for the application. Configure environment variables:
Rename .env.EXAMPLE to .env. Update the .env file with your local database credentials. Start the application:
sql Copy code npm start
After installation, the application will be running on http://localhost:3001. You can access the application through your browser.
N/A
Any pull requests need to be looked over and approved before any changes can be merged with the main branch. Commit messages should be descriptive of any changes and feature branches should be named accordingly.