Code Monkey home page Code Monkey logo

writerszone's Introduction

writerszone

Writers Zone (Site web d'informations et d'actualités) info

Description

Writers Zone est un projet qui vise la liberté d'expression. Ce projet est composé de blog, de réseau social et de chat.

Public

Ce projet peut servir de plateforme de libre échange entre internaute.

Fonctionnalités

  1. En tant que Utilisateur je crée un compte utilisateur
  2. En tant que Utilisateur je mets à jour mon profile
  3. En tant que Utilisateur, je publie un article sur le blog
  4. En tant que Utilisateur, je télécharge un article du blog
  5. En tant que Utilisateur, je publie un post sur le réseau social
  6. En tant que Utilisateur, je note un post sur le réseau social
  7. En tant que Utilisateur, je commente un post sur le réseau social
  8. En tant que Utilisateur, je chatte avec un autre utilisateur

Concepts

{
	"user":{
		"username":"string",
		"password":"string|crypto",
		"role":["admin","superuser"]
	},
	"profile":{
		"name":"string",
		"legacy":"string",
		"email":"string",
		"phone":"string",
		"address":"string",
		"owner":"user",
		"followers":["profile"]
	},
	"article":{
		"title":"string",
		"resume":"text",
		"content":"text",
		"views":"integer",
		"likes":"integer",
		"created_at":"timestamp",
		"updated_at":"timestamp",
		"author":"profile"
	},
	"post":{
		"content":"string",
		"media":"bytes",
		"views":"integer",
		"likes":"integer",
		"created_at":"timestamp",
		"updated_at":"timestamp",
		"author":"profile"
	},
	"comment":{
		"message":"string",
		"likes":"integer",
		"unlikes":"integer",
		"created_at":"timestamp",
		"updated_at":"timestamp",
		"author":"profile",
		"owner":"post"
	},
	"chat":{
		"message":"string",
		"media":"bytes",
		"sender":"profile",
		"receiver":"profile",
		"sended_at":"timestamp",
		"readed_at":"timestamp"
	}
}

writerszone's People

Contributors

rocdane 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.