Event Manager System for handling booking of events
This system will manage creating of events by differnt users in locations created by the administrator
Set SCHEME to HTTPS
View Demo API doc
-
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
npm run test:local:server
npm run test:client
Run one seperate terminals
$ npm run e2e:server
$ npm run e2e
- 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
- Only authenticated users can access key features such as event booking
- User cannot delete their account
- Only one admin available
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.
This project is licensed under MIT.
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.
- All technologies & dependencies used in this application