Skip to content

tasneembhiri/rooms-booker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rooms-booker

GSG Rooms Booker

Problem

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.

soultion

GSG Rooms booker website allow user to see the name of who booked the room and view information about event.

User Story

As User

  • 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.

DB Schema

schemaDB

How To Run Our project

  • 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 

Team members

About

K3 students projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.6%
  • CSS 32.5%
  • PLpgSQL 1.1%
  • HTML 0.8%