Skip to content

vimalckt07/API_Hacker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

hacker-news-viewer/ │ ├── Api/ # .NET Core API project │ ├── Controllers/ # API Controllers │ ├── Services/ # Service classes │ ├── Tests/ # Unit tests │ └── Program.cs # Main entry point │

Prerequisites

  • .NET Core SDK
  • Node.js and npm

Setting Up the Back-End

  1. Navigate to the NewsApi directory.
  2. Run dotnet restore to install dependencies.
  3. Run dotnet build to build the project.
  4. Run dotnet run to start the API.

Running Tests

Back-End Tests

  1. Navigate to the NewsApi directory.
  2. Run dotnet test to run the unit tests.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages