Skip to content

API written in Go to get, return, treat and manage all existing emojis...

License

Notifications You must be signed in to change notification settings

Vicken-Ghoubiguian/emojis_GoAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emojis_GoAPI

API written in Go to get, return, treat and manage all existing emojis...

Favicon

Contents

Presentation

Introduction

Project's structure

Project's development

Deployment

Source code

First of all, you must clone this git repo using this command :

git clone https://github.com/Vicken-Ghoubiguian/emojis_GoAPI
cd emojis_GoAPI
unset GOPATH
go mod init emojis_GoAPI
go mod tidy
go run main.go

Docker

Requirements

From the Dockerfile

From Docker Hub

Conclusion

Useful links