Skip to content

FACK1/POST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

POST

About:

our website allows the user to add a post .

User journey:

  • As a user I want to add post , the user will see the posts of others .

Site Link in Heroku :

POST

Site design :

Architecture :

- Public
       |__ html
             |_ login.html
             |_ signup.html
             |_ post.html
             
       |__ Js
              |_domPost.js
             
       |__ css
              |_ style.css
              |_ resets.css
              |_ post.css
              |_ signup.css
- Src
     |__ database
              |_ db_build.sql
              |_ db_bulid.js
              |_ db_connection.js
    |__ queries
              |_ postLogin.js
              |_ getPost.js
              |_ postSignup.js
              |_ postPost.js
    |__ server
              |_ server.js
              |_ router.js
              |_ handlers.js
              |_ validater.js
    |__ test
              |_ db_test.js
- gitignore
- config.env

Database schema:

screenshot from 2018-12-13 08-51-04

How to run our site on your machine?

1- Clone this repo (https://github.com/FACK1/POST)

2- Open your command line.

3- Put in terminal : npm install.

4- Then put in terminal : npm run dev to run the server.

5- Open your browser and put in terminal: localhost:9001.

Team Member:

About

Create your post

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •