Git Product home page Git Product logo

eventmanager's Introduction

Build Status Coverage Status Maintainability

Event Manager

Event Manager System for handling booking of events

This system will manage creating of events by differnt users in locations created by the administrator

Demo Application

Click to Demo

API Documentation

Set SCHEME to HTTPS
View Demo API doc

Installation Guide

  • Install node version 6 or higher

  • Install and setup posgresql

  • Clone this repo and navigate to the location

    • $ git clone https://github.com/emp-daisy/EventManager.git
  • Install all dependencies

    • $ npm install
  • Set up database for the application

    Navigate to server/config.config.json  
    Edit credentials for development
    
  • Run migration and seed the database with nesseccary data

    $ npm run migrate
    $ npm run seed
    
  • Start the application

    • $ npm run dev
  • Open on browser browser

    • localhost:3088

Running The Tests

server test

npm run test:local:server

client test

npm run test:client

e2e test

Run one seperate terminals

$ npm run e2e:server 
$ npm run e2e 

Features

  • New users can create account with email and password
  • Newly registered users must be verified by email
  • Verified users can login to access restricted functionalities
  • Admin can create, update or delete centers
  • All authenticated users can create, modify or delete their events
  • Any user can view the available centers
  • Users can request for password reset

Limitations

  • Only authenticated users can access key features such as event booking
  • User cannot delete their account
  • Only one admin available

Built With

NodeJS - A JavaScript runtime built on Chrome's V8 JavaScript engine. Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.

ExpressJS - A minimal and flexible Node.js web application framework that provides a robust set of features for web and mobile applications.

Sequelize - Sequelize is a promise-based ORM for Node.js v4 and up. It supports the dialects PostgreSQL and features solid transaction support, relations, read replication and more

PosgreSQL - A powerful, open source object-relational database system.

ReactJS - A JavaScript library for building user interfaces

Redux - Redux is a predictable state container for JavaScript apps.

Bootstrap 4 - Bootstrap is an open source toolkit for developing with HTML, CSS, and JS.

Author

License

This project is licensed under MIT.

Contribution

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the author of this repository before making a change.

Acknowledgment

  • All technologies & dependencies used in this application

eventmanager's People

Contributors

emp-daisy avatar

Stargazers

Chinwe Okonkwo avatar Bolaji Ayodeji avatar

Watchers

James Cloos avatar  avatar

Forkers

topseysuave

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.