Skip to content

Projekt-Reddo/AngeloidTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project is used for testing Angeloid Web API

Setup instruction

Follow this instruction to setup your test project with your Web API project

  • Go to outside of your Web API project folder type:
dotnet new sln -o angel
cd angel
  • Copy your Web API project to inside the Solution angel
  • Clone this project inside of angel too
  • After cloned, follow this step:
dotnet sln add Angeloid/Angeloid.csproj
dotnet sln add AngeloidTest/AngeloidTest.csproj
cd AngeloidTest
dotnet add reference ../Angeloid/Angeloid.csproj

Before code

  • Only change code in your task!!
  • Careful about the project name and folder path

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages