Giter VIP home page Giter VIP logo

django-web-board-project's Introduction

Django Web Board Project

Python Version Django Version

Class Diagram Screenshots

Figure 1: Use case diagram of the core functionalities offered by the Web Board

Class Diagram Screenshots

Figure 2: Draft of the class diagram of the Web Board

Class Diagram Screenshots

Figure 3: Class diagram emphasizing the relationship between the classes (models)

Relationship between the models:

Class Diagram Screenshots Class Diagram Screenshots Class Diagram Screenshots Class Diagram Screenshots

Another way to draw this class diagram is emphasizing the fields rather than in the relationship between the models:

Class Diagram Screenshots

Wireframes

HomePage

Figure 5: Boards project wireframe homepage listing all the available boards.

Topics

Figure 6: Boards project wireframe listing all topics in the Django board.

New Topic

Figure 7: New topic screen

Posts

Figure 8: Topic posts listing screen

Reply

Figure 9: Reply topic screen

Comparison between the class diagram and the source code to generate the models with Django

Class diagram django models

Running the Project Locally

First, clone the repository to your local machine:

https://github.com/theprogrammingthinker/Django-Web-Board-Project.git

Install the requirements:

pip install -r requirements.txt

Setup the local configurations:

cp .env.example .env

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

django-web-board-project's People

Contributors

raihan-uddin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

django-web-board-project's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.