Skip to content

A web application to match people to a shelter dog // C#, mySQL // Epicodus group project 2

Notifications You must be signed in to change notification settings

kayajepson/Pupster

 
 

Repository files navigation

Pupster

site image

Web application that allows users to be matched to a local shelter dog via a short quiz.

By Lindsey Baker, Kaya Jepson, Heather Zurek, Kerriann Walker

Description

Setup with importing SQL files

  • Clone this repo to your home machine
  • Start MAMP
  • Start Servers
  • Click Open WebStart page
  • On the webpage that opens, click Tools and choose PHPMYADMIN
  • Create new database named pupster
  • Select the Import tab
  • Select the pupster.sql file and click Go
  • Navigate the terminal to the Pupster.Solution directory
  • enter $ dotnet run
  • Open browser to localhost:5000 to use the app

Setup Database Instructions

  • Open terminal
  • Run mysql -uroot -proot
  • CREATE DATABASE 'pupster'

Known Bugs

No Known Bugs🐛🐞

Technologies Used

C#, SQL, HTML, CSS, BOOTSTRAP

License

GPL

Copyright (c) 2019 Lindsey Baker, Kaya Jepson, Heather Zurek, Kerriann Walker

About

A web application to match people to a shelter dog // C#, mySQL // Epicodus group project 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.4%
  • HTML 19.7%
  • C# 19.4%
  • CSS 5.1%
  • TSQL 1.4%