Skip to content

nethulap/Edapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Edapp

To run this project locally

1. Install .Net Core SDK (https://dotnet.microsoft.com/download)
2. Clone this project locally (git@github.com:nethulap/Edapp.git)

edapp

Perform the following things to run this api on localhost:5000

1. dotnet restore
2. dotnet build
3. dotnet run

Once everything is build and compile you can access the api at http://localhost:5000. for eg: to get list of users http://localhost:5000/api/user/1

Api urls

  1. To get a specific user GET
   http://localhost:5000/api/user/1
  1. To get List of items GET
   http://localhost:5000/api/item
  1. To get specific item GET
   http://localhost:5000/api/item/1
  1. To add a new bid to an item
   http://localhost:5000/api/item/1/bid

edapp.tests

To run tests

dotnet test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages