The Tech Blog is a website where users can create blogs and talk about tech news, tips tricks and share their stories! Users can create a profile where their blogs will be saved and they can create comments.
- Navigate to the GitHub repo
- Copy the SSH URL
- Clone the repository
- Open the repo in your coding software
- Right click on the db folder and open it in your integrated terminal
- Type mysql
-u root -pthen hit enter - Type
SOURCE schema.sqlto create the database - Type
quitto exit mysql - Type
npm run seedto seed the database - Type
npm startto start the application
This application is protected under the MIT license. Click the link to learn more.
For additional questions you can contact me at:
GitHub: ChrisFraga
E-Mail:cjfraga05@gmail.com# tech-blog