Skip to content

Application

Alain edited this page Oct 21, 2024 · 10 revisions

The application is intended to have the following features :

  • Homepage
  • Authentication
  • Posts
  • Interactive map

The home page displays posts written by the user in a traditional blogging fashion.

From any pages, users can log in and log out.

Logging in, allows users to write new posts.

Posts can contain images of the places, the food, and geographical information allowing map display of the location.

The interactive map is another way to browse the articles.

Homepage

The homepage displays the posts. It offers basic functionality with a navigation bar at the top.

You can access the homepage following the link :

https://strasbourg-resto-bistro.azurewebsites.net/

image

Authentication

Posts

Posts can contain both text, images and locations.

The creation is managed in the module blog.py : https://github.com/AlainKa/srb/blob/main/blog.py
The corresponding view is in create.html : https://github.com/AlainKa/srb/blob/main/templates/blog/create.html

Interactive map

Clone this wiki locally