Skip to content

jayantamgr/A_Simple_GoLang_Rest_Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

A_Simple_Rest_Api

A simple RestApi in Golang to store, delete a person's First Name, Last Name and his/her age and list all the persons from the database.

It uses net/http, gorilla mux, pq for PostgreSQL libraries.

It stores the person object into a PostgreSQL database.

What'S next: User Authentication

About

A simple RestApi to store a person's First Name, Last Name and his/he age

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages