/TechBlog2.0

Primary LanguageJavaScript

Description

[Tech-Blog] is a web app where web developers can come together to share their ideas and opinions on the ever changing web development industry landscape.

Table of Contents

Installation

This installation process is for locally hosted clones of Tech-Blog:

  1. Ensure that you are able to create a new SQL Database (Sequeylize and MySQL2)
  2. Clone repository
  3. Open a new command line that is in the correct directory
  4. Run npm i
  5. Navigate to the ".env EXAMPLE" file
  6. Edit the DB_USER and DB_PW values to match your SQL Server credentials.
  7. Rename the ".env EXAMPLE" file to ".env"
  8. Return to your open command line, load the schema.sql to create the appropriate database and tables.
  9. Run node seeds/index.js to populate the database with information.

Usage

First create an account, then have fun posting and commenting whatever you like.

License

License: MIT MIT License

Credits

Assets

Contributors

Contributing

See the Contributor Covenant for more information on how you can contribute.