- Benitha Uwase
- Murielle Iribori
- Odile Uwimpuhwe
- Brenda Umutoniwase Keza
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.
- 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
- 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;
- Java
- Markdown
- Handlebars
- Psql
- Bootstrap
- Css
- Html
[email protected] [email protected] [email protected] [email protected]
Copyright (c) 2020 MIT LICENSE