Table of Contents
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.
You can see the project deployed here
If you want to clone this repository, you need these requirements.
- 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
To see the full documentation on how every endpoint works, visit here:
Event5 was made by
- Hector Reyes @HectorDevx
- Jose Luis Chavez @guerracode
- Den Velez @den-velez
- Sergio Estrella @Djkde01
- Cristian Cortes @ccortes1
This project was done as a final project of the Platzi Master program