Project 9 OpenClassrooms Path - LITRevu -- develop a Web application using Django -- using function based views
This application has a user interphase, you can sign up and login into your account. The "feeds" page displays all reviews and tickets created from all users. The first part are the reviews and the lower part are the created tickets, which are waiting to get a review. On the "feeds" page and on the "posts" page there are the buttons to create a review ("Create a review") and to create a ticket ("Ask for a review"). The tap "posts" includes all reviews and tickets which the logged-in user has created. The user can modify and delete their own reviews and tickets. On the "abo" page you can search for a user and follow them. Below the following part you can unfollow the user you are following. And on the bottom you see the user which are following you.
This application is using Python, Django and Bootstrap.
open terminal
git clone https://github.com/DoriDoro/LITRevu-project.git
cd LITRevu-project
python3 -m venv venv
. venv/bin/activate
on MacOS and Linuxvenv\Scripts\activate
on Windowspip install -r requirements.txt
python manage.py runserver
not yet working properly https://litrevu-project-l840i94ci-doridoro.vercel.app/
https://dev.to/doridoro/deploy-a-django-app-with-postgresql-database-on-vercel-1965
- Using server-side rendering in Django
- Keeping a technology watch
- Develop a web application using Django
-
the next tab is: posts, where you find your tickets and reviews
-
finally, the abo page, where the follow and unfollow part is happening:
if you do not want to register, try:
username: DoriDoro
password: TheFirstPassword1206