/Blog-Web-App

Simply blog web application consisting of several pages and the ability to add posts.

Primary LanguageEJS

Blog-Web-App

Simply blog web application consisting of several pages and the ability to add posts.
Launch the application:
blog-scr-1
Enter in the browser address bar "localhost:3000":
blog-scr-2
This is the main page of the application:
blog-scr-3
If we enter "localhost:3000/compose" into the address bar we will be redirected on the post add page:
blog-scr-4
blog-scr-5
Enter something:
blog-scr-6
Press "Publish". We are on the main page and our post was published.
blog-scr-7
Visible post content is limited to 100 characters. To see the full post we need to click on the link "Read More".
Untitled-8
We went to the address where the endpoint corresponds to our post id stored in the database:
Untitled-9
Untitled-10