Skip to content

Latest commit

 

History

History
39 lines (37 loc) · 1.62 KB

Readme.md

File metadata and controls

39 lines (37 loc) · 1.62 KB

Design wager

Author

  • Benitha Uwase
  • Murielle Iribori
  • Odile Uwimpuhwe
  • Brenda Umutoniwase Keza

Description

An application on which different designers can publish their portfolios and designing experience, for people to review and choose whom they want to hire to help them with designing their home,offices and more. In addition, clients are allowed to give their feedback or review.

Setup installations

  • Fork this repo
  • Clone this repo
  • Open terminal
  • Navigate to appropriate directory using the cd command
  • Type in the command git clone and paste the url of clone and then press enter

Database Setup

  • CREATE DATABASE wagerdesign;
  • \c wagerdesign;
  • CREATE TABLE designers(id serial PRIMARY KEY,name varchar,email varchar,phone_number varchar,designing_fields varchar,experience varchar,website varchar, createdat timestamp);
  • CREATE TABLE clients(id serial PRIMARY KEY,name varchar,email varchar,phone_number varchar, project_name varchar,description_project varchar, timeline_project varchar,price varchar,designer_id int);
  • CREATE TABLE designers_clients(id serial PRIMARY KEY, designer_id int,client_id int);
  • CREATE TABLE reviews (id serial PRIMARY KEY,user_name varchar,content varchar,designer_id int, time timestamp);
  • CREATE TABLE designers_reviews(id serial PRIMARY KEY, designer_id int,review_id int);
  • CREATE DATABASE wagerdesign_test WITH TEMPLATE wagerdesign;

Technologies Used

  • Java
  • Markdown
  • Handlebars
  • Psql
  • Bootstrap
  • Css
  • Html

Contact Information

[email protected] [email protected] [email protected] [email protected]

Copyright (c) 2020 MIT LICENSE