/Event5-Back

This is the Backend created for the Event5 App, that manages a complex login system, manage events, let users subscribe to those events, and send Emails automatically.

Primary LanguageJavaScript

Event5 Backend - Logic Server

Table of Contents

Project Description 📔

Communities organizers in these times create events and conferences for their communities or companies, this is a task that can take time and energy in addition to most of these sites have a very similar structure: One day, an agenda, registration, speakers, information about the event, etc.

The objective of the project is to create a platform for organizers that allows, manage, create, organize, and promote events, saving time, and creating a very valuable tool for the industry.

This project has three branches: master, develop and others. master contains the project ready for deployment on Azure. develop contain the last version of the development stage of the project and the other branches contains different development stages.

Deploy 📦

You can see the project deployed here

How To Install ⚙️

Requirements 📋

If you want to clone this repository, you need these requirements.

Install 🔧
  • Clone the repo pasting this link on your terminal git remote add origin https://github.com/Event5/Event5-Back
  • Type the next command git pull origin master
  • Install the dependencies using npm install
  • Run locally using npm run start

API Documentation 📃

To see the full documentation on how every endpoint works, visit here:

Team ✒️

Event5 was made by

  • Hector Reyes @HectorDevx
  • Jose Luis Chavez @guerracode
  • Den Velez @den-velez
  • Sergio Estrella @Djkde01
  • Cristian Cortes @ccortes1

Links 🔗

Notes 📢

This project was done as a final project of the Platzi Master program