Simply blog web application consisting of several pages and the ability to add posts.
Launch the application:
Enter in the browser address bar "localhost:3000":
This is the main page of the application:
If we enter "localhost:3000/compose" into the address bar we will be redirected on the post add page:
Enter something:
Press "Publish". We are on the main page and our post was published.
Visible post content is limited to 100 characters. To see the full post we need to click on the link "Read More".
We went to the address where the endpoint corresponds to our post id stored in the database:
Aleksey-Mazur/Blog-Web-App
Simply blog web application consisting of several pages and the ability to add posts.
EJS