codinger41 / EventsManager

EventsManager is a FullStack JavaSript Web App built for Management and organisation of events and event centers.

Home Page:http://eventsmanager22.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status Test Coverage Maintainability

EVENTSMANAGER

EventsManager is a FullStack JavaSript Web App built for Management and organisation of events and event centers.

Technologies used;

  1. React-Redux
  2. NodeJS
  3. ExpressJs

Setup guide

Run to install all dependencies;

Npm install

Run to start server:

npm start

Possible API routes

  1. POST to /api/v1/events
  2. GET from /api/v1/events.
  3. PUT from /api/v1/events/:eventId
  4. DELETE from /api/v1/events/:eventId
  5. GET from /api/v1/events/:eventId

About

EventsManager is a FullStack JavaSript Web App built for Management and organisation of events and event centers.

http://eventsmanager22.herokuapp.com

License:MIT License


Languages

Language:HTML 76.8%Language:JavaScript 15.8%Language:CSS 7.4%