Skip to content

Conversation

@JinChenCN
Copy link

Development environment: Visual Studio 2015

Technologies and frameworks: WEB API (RESTful API), NUnit, AngularJs, Dapper, Bootstrap, SQL Server

API endpoints:

GET /people - gets all people.

GET /people?firstname={firstname} - finds all people matching the specified first name.

GET /people?lastname={lastname} - finds all people matching the specified last name.

GET /people/{id} - gets the person that matches the specified ID - ID is an int.

POST /people - creates a new person.

PUT /people/{id} - updates a person.

DELETE /people/{id} - deletes a person.

How to run the app:

Step 1: Open AgeRanger.sln in VS2015.

Step 2: Right click \AgeRanger\UI\AgeRanger.html and choose view in browser. Enjoy!

@JinChenCN JinChenCN changed the title Jin's implementation Implementation Nov 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant