Skip to content

Instantly share code, notes, and snippets.

View gabrielh-silvestre's full-sized avatar
🚀

Gabriel Silvestre gabrielh-silvestre

🚀
View GitHub Profile

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database

@gabrielh-silvestre
gabrielh-silvestre / .env.example
Last active October 18, 2022 14:32
copy/past docker-compose for express + mysql with ENV variables
FRONT_PORT=3000
PORT=3001
DB_USER=user
DB_PASS=password
DB_NAME=database
DB_PORT=3306
MONGO_PORT=27017
REDIS_PORT=6379