our website allows the user to add a post .
- As a user I want to add post , the user will see the posts of others .
- 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
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.
