Skip to content

TEDxTehran-Team/event-app-chat-service

Repository files navigation

TEDxTehran - Event Application Chat

About

Supporting the mission of Ideas Worth spreading, TEDxTehran are local, independently organized events licensed by TED that brings people living in Tehran together to share a TED-like experience. We bring thought leaders, innovators and doers, from across different disciplines, to share their ideas and stories in the heart of Tehran. In the spirit of TED’s “Ideas Worth Spreading” we strive to bring "Make Iran Famous for its Ideas".

This is the repository hosting the code for the Matchmaking chat service based on Node.js & MongoDB, free for use by anyone.

Requirements

  • Docker (version 19.03.0 or later)
  • Docker compose

Deploy

  • Clone the repo: git clone [email protected]:TEDxTehran-Team/event-app-chat-service.git
  • Copy .env.example to .env
  • Add secret key and other data to the env files
  • Run this command:
docker-compose up

Documentation

After deploying, you can see the docs at here: http://localhost:3030/api-docs

Contributing

Feel free to submit any pull request that improves this project in any possible way. Before undertaking a major change, consider opening an issue for some discussion.

Other Open-Source Projects