GSG Rooms Booker
GSG has many rooms and many staff members with the ability to book any room but no one other than the admin can see the name of who booked the room.
GSG Rooms booker website allow user to see the name of who booked the room and view information about event.
- As a User can see list of events as a first page.
- As a User can search events by name.
- As a User can see all rooms in the place.
- As a User can see the details of the room.
- As a User can search by date for available rooms.
- As a User can get available rooms as a result of searching.
- As a User can login if he has an account.
- As a User can book a room if he had an account.
- As a User can add the event in his calender.
- As a User can see the information about an event.
- As a User who has an account can browse his events.
- As a User who has an account can edit the information of his event.
- As a User who has an account can delete the event which he created.
- As a User can share an event.
- Clone this repo to your local machine using:
$ git clone https://github.com/GSG-K3/room-booker
- now follow these steps to run our project
$ cd room-booker
$ npm i ( also client side )
$ npm run dev