Giter Site home page Giter Site logo

forum's Introduction

forum

Objectives

This project consists in creating a web forum that allows :

  • register users
  • communication between users.
  • associating categories to posts.
  • liking and disliking posts and comments.
  • filtering posts.

Authentication

In this segment the client must be able to register as a new user on the forum, by inputting their credentials. You also have to create a login session to access the forum and be able to add posts and comments.

I use cookies to allow each user to have only one opened session. Each of this sessions contains an expiration date, used of UUID. The password encrypts before store.

Communication

In order for users to communicate between each other, they have able to create posts and comments.

  • Only registered users will be able to create posts and comments.
  • When registered users are creating a post they can associate one or more categories to it.
    • The implementation and choice of the categories is up to you.
  • The posts and comments should be visible to all users (registered or not).
  • Non-registered users will only be able to see posts and comments.

Likes and Dislikes

Only registered users able to like or dislike posts and comments.

The number of likes and dislikes visible by all users (registered or not).

Filter

Filter allow users to filter the displayed posts by :

  • categories
  • created posts
  • liked posts

You can look at filtering by categories.

Note that the last two are only available for registered users and refer to the logged in user.

Docker

docker build -t forum .
docker run -p 8888:8888 forum

forum's People

Contributors

diasoryntayev avatar

Watchers

 avatar

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.