Bonfas-68 / idzoneawebapp

A web app for share ideas to and fro people of different domains by showing people how you cracked some tasks and incase that is your specialization you are given the platform to advertise and showcase your work for a pay.

Home Page:https://client-demo-iota.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

idzoneawebapp

bonfas

A web app for sharing ideas to and fro people of different domains by showing people how you cracked some tasks and incase that is your specialization you are given the platform to advertise and showcase your work for a pay.

# idzonea web app

# Major text - # Tell me how??

##byBonfasOLuoch from the Jitu Training Monthly Project

This is a platform that allows sharing of ideas from and to people from different domains to help them and others by showing how they cracked something to work for them and by this action people can learn from you and get your skideas to help and monetize incase you specialize in it fully as a career.

Database idzoneadb

-

Tables

-----------------------------------------------

USERS TABLE |

------------------------

|user_id| int|Pk

|username| VARCHAR(25) |Pk

|user_domain| VARCHAR(50)

|user_image| VARCHAR(50) |Pk

|user_email | VARCHAR(20)

|user_phone|VARCHAR(10)

|user_location| VARCHAR(255)

|user_password|VARCHAR(255)

|user_confirm_password| VARCHAR(255)

| - users_id Fk REF user_id

| -follow_id Fk REF user_id

-----------------------------------------------

FOLLOW TABLE

--------------------------

|users_id int |Pk

|follow_id int |Pk

---

-----------------------------------------

---

iDEA TABLE

-------------------------

|idea_id int |Pk

|user_id int |Fk

|idea_text VARCHAR(255)

|idea_img VARCHAR(255)

|idea_video VARCAHR(255)

|idea_file VARCHAR(255)

|created_at DATE

|votes int

|likes int

---

-----------------------------------------

---

COMMENT TABLE

-------------------------

|comment_id int |Pk

|user_id int |Fk

|idea_id int |Fk

|comment VARCHAR(255)

|created_at DATE

---

-----------------------------------------

---

TESTiMONiAL TABLE

-------------------------

|testimony_id int |Pk

|user_id int |Fk

|idea_id int |Fk

|testimony VARCAHR(255)

|created_at DATE

---

-----------------------------------------

---

DOMAin TABLE

-------------------------

|domain_id int |Pk

|domain_name VARCHAR(255)

|added_on DATE

---

-----------------------------------------

---

CORRECTiON iDEAS TABLE

-------------------------

|correct_id int |Pk

|idea_id int |Fk

|new_idea_text |Fk varchar(255)

|domain_id int |Fk

|created_at DATE

---

-----------------------------------------

---

COLLECTiON /SAVED iDEAS TABLE

-------------------------

|correct_id int |Pk

|idea_id int |Fk

|created_at DATE

|user_id int |Fk

|domain_id int |Fk

---

-----------------------------------------

---

PROFiLE TABLE

-------------------------

|profile_id int |Pk

|user_id int |Fk

|idea_id int |Fk

|comment_id int |Fk

|domain_id int |Fk

|follow_id int |Fk

|save_id int |Fk

---

-----------------------------------------

---

ADVERTS TABLE

-------------------------

|ad_id int |Pk

|created_at DATE

|user_id int |Fk

|ad_image VARCHAR(255)

|ad_message VARCHAR(255)

|ad_source VARCHAR(255)

-----------------------------------------------

About

A web app for share ideas to and fro people of different domains by showing people how you cracked some tasks and incase that is your specialization you are given the platform to advertise and showcase your work for a pay.

https://client-demo-iota.vercel.app


Languages

Language:JavaScript 56.4%Language:SCSS 36.5%Language:CSS 6.0%Language:HTML 1.0%