Skip to content

Commit

Permalink
Merge pull request #62 from FACG4/login
Browse files Browse the repository at this point in the history
Login
  • Loading branch information
marwajomaa authored Apr 25, 2018
2 parents 29f443f + e8c3a1b commit ad89f6d
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# week6_StopGoContinue

#### >Done By : _**Mohammed**_ ,Ishak,marwa,ramy.

[![Build Status](https://travis-ci.org/FACG4/w6_Stop_Go_Cont.svg?branch=master)](https://travis-ci.org/FACG4/w6_Stop_Go_Cont)

![S-T-C](https://image.freepik.com/vetores-gratis/desenho-de-semaforo-desenhado-mao_23-2147633184.jpg)

## Project idea
A simple Stop-Go-Continue App that allow you to Express your opinion and share your thoughts about the activates that done during the week .
A simple Stop-Go-Continue App that allow you to Explain your opinion and share your thoughts about the activates that done during the week .

## HOW?
* Day 1:
Expand All @@ -14,24 +17,36 @@ A simple Stop-Go-Continue App that allow you to Express your opinion and share y
* Creating our DB.

* Day 2:
* Completing our functions,handler's and router's.
* Testing.
* Deploying on Heroku and traves.
* Completing our functions,handler's and router's.
* Testing.
* Deploying on Heroku and traves.

* Day 3:
* Discuss the new features that we want to add to our website.
* Create the login and sign-up pages.
* Client-side validation.

* Day 4:
* implement a cookie-based session on login.
* add the comment feature.
* crypt the password in the database.

## What is the Sites structure?
The site contains 2 folders:
1. **public folder:**
the frond end part contains two sub-folders :**css**: contains the img folder and style.css file, and **js folder** contains the (dom.js and logic.js).and contains the (index.html).

2. **src folder:** The back end part contains the **database** folder that contains querjs folder >> (getdata.js and postdata.js) files and **test** folder that contains dbtest file and the **src** folder also contains(handler.js, server.js.and router.js)
2. **src folder:** The back end part contains the **database** folder that contains querjs folder >> (getdata.js , check.js, checksignup.js, signup.js and postdata.js) files and **test** folder that contains dbtest file and the **src** folder also contains(handler.js,hash.js, server.js.and router.js)

## How to use ?
* User Side :

* Open url for the website .
* login with your email and password or signup with your details.
* Insert the post that you want to insert and set the another details .
* Select the post button to send the data to the DB.
* And then you can see your post and the other post's bellow .
* logout.


* Developer Side:
Expand All @@ -52,4 +67,4 @@ A simple Stop-Go-Continue App that allow you to Express your opinion and share y

[check the site](https://stop-go-cont.herokuapp.com/)

>Done By : Mohameed,Ishak,marwa,ramy.
### _**Thank You For Your Time.**_

0 comments on commit ad89f6d

Please sign in to comment.