Skip to content

Mehulagrawal710/eventy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Eventy

An API service and a full fledged application

https://eventyapp.herokuapp.com

Introduction

Eventy is a one stop solution for Users and Developers. Eventy Application comes with an interactive interface and notification system giving convenience to the users to easily manage their schedule.

Eventy API

Click API Documentation for full API documentation.

Features

Authenticated Login/Signup with email confirmation.

Token Authentication system.

Manage Events with all the detailed parameters.

Get Email notification for your events.

Detailed API responses equipped with HAETOS.

UI for non-Developer users. link- Eventy Application

Overview

Eventy Application works by integrating with it's own REST API which is finely architectured and secured with a self developed token authentication system. The API endpoints are available for everyone's use, therefore creating a scheduling service alternative on top of which, developers can build there applications.

Authentication

The API seeks user authentication with a self developed token authentication system. On hitting the login endpoint, user gets a token which can then be used for sending further requests. The token is valid for a certain period of time, this time is specified in the response.

Error Codes

400 - Bad Request

401 - Unauthorized

404 - Not Found

406 - Not Acceptable

Technologies Used:

ANGULAR

Java EE, Jax-RS, Tomcat


Releases

No releases published

Packages

No packages published