Skip to content

jcanizalez/JobBoard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Board

A fully-featured MVC Core job board application

✨ Features

  • List
  • Create
  • Update
  • Delete

⚙️ Online Example

https://jobboardweb20200923084251.azurewebsites.net/

📦 Installation Guide

  1. To Start the API open a terminal and execute:
 $ git clone https://github.com/jcanizalez/job-board.git
 $ cd job-board/src/JobBoard/JobBoard.API
 $ dotnet run 
  1. Navigate to the url specified in the previous step to check the API, for example https://localhost:44341/swagger/

  2. Open appsettings.Development.json and update ApiUrl with the previous url, for example https://localhost:44341/

  3. Open another terminal in the path where you clone the code in the previous step and execute

 $ cd job-board/src/JobBoard/JobBoard.Web
 $ dotnet run 
  1. Navigate to https://localhost:44318/ to check that web application is running.