-
Notifications
You must be signed in to change notification settings - Fork 0
Application
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.
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/

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