Skip to content

thestrugglingblack/trnout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                        ████████ ██████  ███    ██  ██████  ██    ██ ████████ 
                           ██    ██   ██ ████   ██ ██    ██ ██    ██    ██    
                           ██    ██████  ██ ██  ██ ██    ██ ██    ██    ██    
                           ██    ██   ██ ██  ██ ██ ██    ██ ██    ██    ██    
                           ██    ██   ██ ██   ████  ██████   ██████     ██    
                                                    

Table of Contents

Overview

Have you always wondered how many attendees were signed up for your event? How about wishing to keep an official list on who actually showed up your event? Well, TrnOut is every event organizers dream tool. Paired with the Meet Up API it provides powerful insight and management capabilities for event organizing. It can do the following:

  • Retrieves event details and information
  • Display list of events associated with your Meet Up Group
  • Update attendance information and provide metrics of event turnout.

External Dependencies

Project Dependencies

  • Node.JS v11.12.0
  • NPM v6
  • React.JS
  • MongoDB v4.0
  • Docker

Setup Requirements

Installation

Client

  1. Run nvm use to have correct version of Node.js
  2. Switch to client directory cd client
  3. Run npm install to download client dependencies

Server

  1. Run nvm use to have correct version of Node.js
  2. Switch to server directory cd server
  3. Run npm install to download server dependencies

Getting Started

via Node

To develop on the TrnOut application it is recommended to run the application via NodeJS.

Server

  1. Run npm run start:server to start the server.
  2. Go to http://localhost:6543/status to verify that the server is running correctly.

Client

  1. Run npm run start:client to start the client
  2. Go to http://localhost:3000 to view the TrnOut application.

Database

  1. Use Homebrew and run brew services start mongodb-community@4.0 to start MongoDB
  2. Use MongoDB's GUI Compass to view and manage data.

via Docker

  1. Run docker-compose build to build all application components.
  2. Run docker-compose up to start all application components.
  3. Go to http://localhost:3000 to view the TrnOut Application

Project Roadmap

  • Add Unit Test
  • Add Docs to Server
  • Add Integration Test
  • Convert to Typescript
  • Integrate with Docker
  • Integrate with Eventbrite API
  • Features
    • Endpoint to search for events
    • Information Page from mockup
  • Integrate with other Event Management Platforms
    • Eventbrite

Contributing

Coming Soon!

Copyright

All licenses in this repository are copyrighted by their respective authors. Everything else is released under MIT. See LICENSE for details.

About

An analytical tool for event organizers to use to get better information on their events conducted through meetup.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published