EventsManager is a FullStack JavaSript Web App built for Management and organisation of events and event centers.
- React-Redux
- NodeJS
- ExpressJs
Run to install all dependencies;
Npm install
Run to start server:
npm start
Possible API routes
- POST to /api/v1/events
- GET from /api/v1/events.
- PUT from /api/v1/events/:eventId
- DELETE from /api/v1/events/:eventId
- GET from /api/v1/events/:eventId