Final Project Hactiv8 | Basic Golang untuk BackEnd Developer | MyGram Rest API Kartu Prakerja Herwin Yudha Setyawan
Linkedin : Herwin Yudha Setyawan
MyGram Rest API
-
Users GET / --> main.salamsilaturahmi POST /users/login POST /users/register GET /users/:userId PUT /users/:userId DELETE /users/:userId
-
Photos GET /photos POST /photos PUT /photos/:photoId DELETE /photos/:photoId
-
Comments GET /comments POST /comments PUT /comments/:commentId DELETE /comments/:commentId
-
Social Medias GET /socialmedias POST /socialmedias PUT /socialmedias/:socialMediaId DELETE /socialmedias/:socialMediaId
In the root project directory, run:
-
go run main.go
-
Please Test using Postman
This project is licensed under the GNU GPLv3 License - see the COPYING file for details.