The events manager is simply an awesome app where users can book events for particular centers and also be able to manage it and also where users with admin privileges can create centers and also manage it also.
- In your terminal, clone this repo by typing
git clone https://github.com/Iyke09/Events.git
- then cd into events
run npm install && npm run start:dev
- then check it out in browser at localhost:8000
-
GET http://localhost:8000/api/v1/centers - to get all available centers
-
PUT http://localhost:8000/api/v1/centers/1 - to update a center with ID of 1
-
DELETE http://localhost:8000/api/v1/events/1 - to delete an event with ID of 1
-
POST http://localhost:8000/api/v1/events - to add an event
-
PUT http://localhost:8000/api/v1/events/1 - to update an event with ID of 1
-
POST http://localhost:8000/api/v1/users/signup - to add a new user
-
POST http://localhost:8000/api/v1/users/signin - to login a user
-
POST http://localhost:8000/api/v1/users/change - to change password
-
POST http://localhost:8000/api/v1/users/retrieve - to retrieve forgotten password
open index.html in your favorite browser
- or simply visit https://iyke09.github.io/Events/templates/index.html