{Message Board}

{A Message board api}

By {Thomas Friedrichs, Sammai Gutierrez, James Wyn}

Technologies Used

  • List all
  • the major technologies
  • you used in your project
  • here

Description

{This is a detailed description of your application. Give as much detail as needed to explain what the application does as well as any other information you want users or other developers to have.}

Setup/Installation Requirements

  • go to [https://github.com/sammaicodes/MessageBoard.Solution]
  • select the green 'code' box and copy the link to your clipboard
  • navigate to the cloned file and type 'code .'
  • in the [messageboard.solution] directory create an 'appsettings.json' file
  • copy the code below into your appsettings.json file
{
  "Logging": {
    "LogLevel": {
      "Default": "Warning",
      "System": "Information",
      "Microsoft": "Information"
    }
  },
  "AllowedHosts": "*",
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Port=3306;database=[Database_Name];uid=root;pwd=epicodus;"
  }
}
  • navigate to [MessageBoard] directory and run 'dotnet ef database update' in your terminal
  • now do 'dotnet watch run' in your terminal
  • type 'http://localhost:5000/swagger' in your browser url bar
  • __
  • __
  • __
  • __

{Leave nothing to chance! You want it to be easy for potential users, employers and collaborators to run your app. Do I need to run a server? How should I set up my databases? Is there other code this application depends on? We recommend deleting the project from your desktop, re-cloning the project from GitHub, and writing down all the steps necessary to get the project working again.}

Known Bugs

  • No known Bugs

License

MIT License

Copyright (c) [2021] [fullname]

{If you have any questions or concerns please feel free to contact me!}

Contact Information

{Thomas Friedrichs friedrichs.tommy@gmail.com}