A job posting board where a user can view and create job openings with details specific to the user's input.
Behavior | Input | Output |
---|---|---|
user begins at the home page where they have the options to "Add Job Opening" or view "List of Job Openings" | click on "Add Job Opening" | "/jobs/new" view |
// | click on "List of Job Openings" | "/jobs" view |
user clicks on "Add Job Opening" and enters form inputs for job Title, Description, Contact Name, Contact Email, and Contact Phone Number and clicks submit button | Title: Jr Software Engineer, Description: Entry level software engineer looking to learn and grow with an exciting Portland startup!, Contact Name: Reily O'Reily, Contact Email: OReily@TechPdx.com, Contact Phone Number: (503) 867-5309 - user then clicks submit button | "/job" view: user is shown List of Job Openings, including the details they provided |
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/benjamin-thompdx/ToDoList.Solution.git
- Open file in your preferred text editor
- On Mac:
open -a {your text editor} ToDoList.Solution
- On Windows:
ToDoList.Solution
Download Manually:
- Navigate to https://github.com/benjamin-thompdx/ToDoList.Solution.
- Click the green "Clone or Download" button.
- Click "Download ZIP".
- Click downloaded file to unzip.
- Open folder called "ToDoList.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 the
$ dotnet run
command to run application within your terminal - Note: To exit, simply pressCtrl + C
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- Git
- C#
- .NET Core 2.2
- dotnet script
- VS Code
- MVC framework
- CRUD functionality
This webpage is licensed under the MIT license.
Copyright (c) 2020 Benjamin Thom