-
Notifications
You must be signed in to change notification settings - Fork 2
Project Wiki
CodeGuide is a website for those who like coding but facing problem. We decide to help those people to have their problems Solved!!. Its mainly an interactive socializing Website to share your questions and thoughts regarded in the programming area. Looking fun , Right! ^^
We have all faced a lot of troubles while coding and it gets ugly and stressful when you can't find the solutions or answer ..'why didn't it work?' .. so you start googling to search for answers! .. so here came the Idea of CodeGuide as an interactive socializing website similar to stack over flow but with some extra features and methods.
SO HOW DID WE DO IT ?!!
This Basic Idea of creating website needs a background of front-end and back-end. both are needed to create interactive website. Front-end express the interface of the website and what does the user see while Back-end express what happens behind that interface to make it interactive and actually do something !
for front-end, you need to study HTML,CSS,Bootstrap,Javascript and Jquery. for further knowledge and different methods you can look up other frameworks like Angular , React or node. for Back-end, you need to study php or any of its framework like (laravel,..etc) and Mysql. sure there are others but that is the base you need in this section.
We started with a BRD (business Requirement document) to list down the system features and give introduction and explanation of how our system would work and fulfill user's needs. see the attached BRD in repository. then, we made SRS file for the developer team to understand how every feature would look like using graphs and relations in a simple efficient way to change that into code. See the attached SRS in repository. Next, we started to make a prototype of how our system looks like and simple features presented. 'See the prototype folder'. then our Team focused on the back-end programming with much details to get this site up and running !
Hope that was useful to you!:D