Sosmed Api is an api that is used for social media application purposes. Meanwhile, Social Media Apps itself is an application that is used to share stories, articles or photos.
please follow swagger hub or this postman workspace to see api specifications
-
Clone repository
git clone https://github.com/Sosmed-App-Kelompok-1/BE.git SOSMED_API
-
Move to cloned repository folder
cd SOSMED_API -
Update dependecies
go mod tidy
-
Create your own database
-
Copy
.env.exampleto.envcp .env.example .env
-
Change and customize
.envfile -
Run Sosmed Api
go run .
