Giter VIP home page Giter VIP logo

cumulative_2's Introduction

BlogProject_1

This is the first iteration of our blog project, which has a proof-of-concept to access our MySQL Database.

Video which goes over codebase

How to Install:

  • Step 1 : Download MAMP or similar MySQL environment
  • Step 2 : Download "authors.sql", "articles.sql", "comments.sql", "tags.sql" from the datagenerator
  • Step 3 : Create a blog database
    • PhpyMyAdmin -> new database -> blog
  • Step 4 : Import Tables VIDEO GUIDE
    • PhpyMyAdmin -> Import -> Upload authors.sql
    • PhpMyAdmin -> Import -> Upload articles.sql
    • PhpMyAdmin -> Import -> Upload comments.sql
    • PhpMyAdmin -> Import -> Upload tags.sql
  • Step 5 : Access Connection String properties for your blog DB and change User, Pass, Port, Database, Server in "/Models/BlogDbContext.cs"
  • Step 6 : Make sure "MySQL.Data" is installed in your Visual Studio environment
    • If not installed, go to "Tools" > "Nuget Package Manager" > "Manage Nuget Packages for Solution" > "Browse" > type "MySQL.Data" > "Install"
  • Step 7 : Run the solution in debugging mode (F5) while the database environment is running
  • Step 8 : Test to see if the ListAuthors WebAPI method returns information about authors.
    • GET api/AuthorData/ListAuthors

cumulative_2's People

Contributors

christinebittle avatar wingck avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.