Skip to content

jessi-b/MessageBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

To Do List

By Jessi Baker, Ryan Bass & Andy Plymate

Message Board - Epicodus - C# and .NET - Many-To-Many Relationships

Technologies Used

  • GIT
  • CS
  • ASP.NET MVC
  • MYSQL
  • Entity Framework
  • LINQ

Description

This is a website.

Setup/Installation Requirements

  • Go to https://github.com/jessb-epicodus/MessageBoard.git
  • Cone this repository to your desktop (or other desired location)
  • Navigate to the top level of the project directory called MessageBoard
  • Enter the following in your terminal to add required packages:
    • dotnet add package Microsoft.EntityFrameworkCore -v 5.0.0
    • dotnet add package Pomelo.EntityFrameworkCore.MySql -v 5.0.0-alpha.2
    • dotnet add package Microsoft.EntityFrameworkCore.Proxies -v 5.0.0
  • To access the database, a MYSQL login & password is required.
  • Still in the project directory, add a file, appsettings.json. Add the following code to that file & fill in your password as designated { "ConnectionStrings": { "DefaultConnection": "Server=localhost;Port=3306;database=message_board;uid=root;pwd=YOUR-PASSWORD-HERE;" } }
  • Protect your password by adding */appsettings.json to your .gitignore
  • Open the index.html file in your browser
  • This is not yet published.

Known Bugs

  • No known issues

License

Copyright (c) Mar 2022 Jessi Baker | Ryan Bass | Andy Plymate

Contact

If you run into any issues or have questions, ideas or concerns or wish to make a contribution to the code see contact information below.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published