Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

1995parham-teaching/students-fall-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

students.go

Introduction

An application for gathering the students list and returning them. It is used as an example for web programming with Golang.

API

The following API is used for creating new students.

curl -vvv -X POST 127.0.0.1:8080/student -H "Content-Type: application/json" -d '{"first_name": "Parham", "last_name": "Alvani"}'

About

Example ReSTFul Server in Golang - CE261-Web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages