Skip to content

ichsanbahri/bmi-api-localhost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BMI-CALC API

BMI-API is a simple ideal weight calculator application built using Golang, why choose Golang, because Golang is very good in building large, easy, fast and safe APIs. This is my first project using golang.

Built With

This API was built with GoLang, Go is an open source programming language supported by Google

(back to top)

REQUIREMENTS

Install Go

  • go
    Install https://go.dev/doc/install & follow for instruction

next Install Router Go-Chi

  • go-chi
    go get -u github.com/go-chi/chi/v5

installation and usage

git clone https://github.com/ichsanbahri/bmi-api-localhost.git
cd bmi-api
go run main.go

Open Url

http://127.0.0.1/api/?height=[insert your height]&weight=[insert your weight]

Demo Website you can use this link

https://protected-harbor-67469.herokuapp.com/api/?height=200&weight=20

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Your Name - @ichsanbahri_

Project Link: https://github.com/ichsanbahri/bmi-api

(back to top)

there are some things that become the standard of security in my opinion, but certainly not all of them are safe The quote that always reminds me is "security is inversely proportional to comfort". For application and server security, there are several things that I think are important in securing applications and servers. Human Resources and Technology, these 2 things have the most influence on application and server security. there are several things that I often do when doing a security test in applications or servers

  • Information Gathering
  • Penetration Testing (white or black testing)
  • Vulnerability Scan
  • Server test

security must also have benefits such as

  • protect data information
  • anticipating cyber attacks
  • managing information security risks
  • improve branding
  • maintain quality

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages