/just-tech-blog

Primary LanguageJavaScriptMIT LicenseMIT

MIT JS

Table of Contents

bobblahblah

https://tranquil-shelf-09104.herokuapp.com/

Installation

To install, clone the repo to your local machine. In the root of the clone, run npm install in the command line to download all dependencies. Create a file called .env in the directory and copy the following snippet:

 DB_NAME='just-tech-blog_db' 
 DB_USER='root' 
 DB_PW='*Your MySQL Password*'

Update the above with your personal information and you are set to go.

Usage

To use the application, sign into your MySQL shell using the command mysql -u root -p; from that shell run source db/schema.sql. E Exit the SQL shell. From here you are good to go, enter npm start and the datbase will be live.

Contribution

Feel free to use, copy, and contribute as you see fit.

License

This project was done under the MIT license. To know more about it, please click here: MIT

Questions

Please visit my GitHub page: https://github.com/sam-walters93

For more information please email me at: stwalters314@gmail.com