MathisLeRoyNivot / micro-services-twitter-go

Micro services - Go Service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Micro Services - Twitter

Project Structure 📂

Installation ⚙️

First step

Create a .env file in the root path of the project and put these different environment variables to be able to connect the MongoDB cluster :

# MongoDB - Database credentials
DB_USERNAME=<your_username>
DB_PASSWORD=<your_password>
DB_ADDRESS=<cluster_address>

Contributors 💻

License ✅

MIT license 2020 ©

About

Micro services - Go Service


Languages

Language:Go 100.0%