An open API service indexing awesome lists of open source software.

https://github.com/doridoro/litrevu-project

Project 9 OpenClassrooms Path - LITRevu -- develop a Web application using Django -- using function based views
https://github.com/doridoro/litrevu-project

bootstrap5 crispy-forms crud-application css3 django function-based-views html5 python3

Last synced: about 1 month ago
JSON representation

Project 9 OpenClassrooms Path - LITRevu -- develop a Web application using Django -- using function based views

Awesome Lists containing this project

README

        

# LITRevu-project
## Description:
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.

## Installation:
open terminal
1. `git clone https://github.com/DoriDoro/LITRevu-project.git`
2. `cd LITRevu-project`
3. `python3 -m venv venv`
4. `. venv/bin/activate` on MacOS and Linux `venv\Scripts\activate` on Windows
5. `pip install -r requirements.txt`
6. `python manage.py runserver`

## Deployed on Vercel:
not yet working properly
https://litrevu-project-l840i94ci-doridoro.vercel.app/

### created article for deployment on Vercel
https://dev.to/doridoro/deploy-a-django-app-with-postgresql-database-on-vercel-1965

### Skills:
- Using server-side rendering in Django
- Keeping a technology watch
- Develop a web application using Django

## Visualisation of the project:
1. home page with link to register and login:

![login](/README_images/login.png)

2. after register or login, you will be redirected to feeds:

![feeds](/README_images/feeds.png)

3. the next tab is: posts, where you find your tickets and reviews

![posts](/README_images/posts.png)

4. finally, the abo page, where the follow and unfollow part is happening:

![abo](/README_images/abo.png)

if you do not want to register, try:

username: DoriDoro

password: TheFirstPassword1206