Job Board

An Epicodus C# Practice Project March 10, 2020

By Brandan Sayarath & Geoff Goetz

Description

This project will accept user response for a job posting on a job board.

Preview

Landing Page Preview

Project Specifications

Behavior Input Output
Home page will load job board form User goes to site Form is displayed
User inputs job details in the form and hits submit Submit Their job posting is displayed on the same page

Setup/Installation Requirements

In Terminal:

  • Navigate to where you want this application to be saved, i.e.: cd desktop
  • Clone the file from GitHub with HTTPS git clone https://github.com/USERNAME/REPO-NAME.git
  • Open file in your preferred text editor
  • On Mac: open -a {your text editor} Anagram.Solution
  • On Windows: ```PROJECT-NAME.Solution``

Download Manually:

  • Navigate to https://github.com/USERNAME/REPO-NAME.
  • Click the green "Clone or Download" button.
  • Click "Download ZIP".
  • Click downloaded file to unzip.
  • Open folder called "Anagram.Solution".

Note For Editors:

  • Download the .NET Core SDK Software Development Kit
  • Open the .Net Core SDK file and install
  • To confirm installation was successful, run the $ dotnet --version command in your terminal
  • Install dotnet script, run the $ dotnet tool install -g dotnet-script command in your terminal
  • Restart your terminal to complete installation, and run then navigate into your test directory and run $ dotnet restore command to run application within your terminal.
  • Following this, from the test directory, run $ dotnet test to run all tests.

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .Net Core
  • MSTest
  • ASP.NET

License

MIT

Copyright (c) 2020 Brandan Sayarath & My Name Jef