Skip to content

This is an application in 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 homes, offices, and more. In addition, clients are allowed to give their feedback or review

License

Notifications You must be signed in to change notification settings

Odile078/DesignWager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This is an application in 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 homes, offices, and more. In addition, clients are allowed to give their feedback or review

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •