/tech-blog

Primary LanguageJavaScript

Tech Blog

MIT License

Description

Tech Blog

Table of Contents

Installation

  1. Install Node
  2. Download or clone repository
  3. Open a terminal in the downloaded folder
  4. Install dependencies npm i
  5. Create .env file and set database credentials. See .env.EXAMPLE
  6. Create database schema. In mysql shell run source db\schema.sql
  7. Seed database npm run seed

Usage

  1. Run using this command: npm run start

License

Licensed under MIT License

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request