/gostack-meetup-api

Create and manage your events. API made with Express JS, Mongo, Postgres and more.

Primary LanguageJavaScript

Meetup API

Event management API made with NodeJS/Express

Install

After clone the project on your local machine, configure the .env file and fill with your private informations. Run in your project directory:

$ cp .env.example .env

Runing with Docker

Install Docker and Docker Compose and run:

$ docker-compose up -d