GithubHelp home page GithubHelp logo

epic-yelp's Introduction

Epic-Yelp

An MVC web application for Lunch spots around Epicodus Campus.

By Brent Hickman, Nick Guzy, Michael Sol, Viradeth Xay-Ananh

Technologies Used

  • C#
  • Dotnet 6
  • Entity Framework Core
  • MySQL
  • Html
  • Css

Epic-Yelp is an MVC application built for Epicodus students to find and rate restaurants around campus. All users can view restaurants, their offerings and community reviews. Registered users can log in to add reviews and track which restaurants they have reviewed. Admin level users can create Restaurant entries, manage their items offered and moderate reviews.

Setup/Installation Requirements

  • Open a terminal window and clone this repository by entering into the command line:

git clone https://github.com/xayananh4/epic-yelp.git

  • In the terminal, navigate to the console application with the command:

cd Epic-Yelp/RestaurantApp

  • Once in the "RestaurantApp" directory, create a new file called appsettings.json
  • Within appsettings.json, put in the following code, replacing the [YOURUSERNAME] and [YOURPASSWORD] values with your own username and password for MySQL.

{ "ConnectionStrings": { "DefaultConnection": "Server=localhost;Port=3306;database=restaurantApp01;uid=[YOURUSERNAME];pwd=[YOURPASSWORD];" } }

  • Next, enter the following into the command line:

dotnet restore

  • then:

dotnet ef database update

  • To launch the application in development mode, enter the following lines into the command line:

dotnet watch run

  • The application should the be available at:

https://localhost:7101/

  • Please register an account to have full access to the site features.

Known Bugs

  • Cannot access Admin level without the built in Admin account.
  • Search bar is not currently functional.

License

  • MIT
  • Brent Hickman, Nick Guzy, Michael Sol, Viradeth Xay-Ananh 4/6/23

epic-yelp's People

Contributors

xayananh4 avatar brenthickman avatar potatosol avatar nick-guzy 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.