https://github.com/tadeubdev/social-network-with-ddd
these codes are just for my studies
https://github.com/tadeubdev/social-network-with-ddd
Last synced: over 1 year ago
JSON representation
these codes are just for my studies
- Host: GitHub
- URL: https://github.com/tadeubdev/social-network-with-ddd
- Owner: tadeubdev
- Created: 2021-01-24T00:04:48.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T00:06:06.000Z (over 5 years ago)
- Last Synced: 2025-02-09T11:26:30.515Z (over 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Social Network with DDD
This repository is just for studies.\
I was trying to create an domain based on the dependencies.
This repo was not created with TDD,\
I was just thinking about the directories and files structure.
- the user can `create an account`
- the user will `receive an welcome mail after create an account`
- the user can `do login`
- the user can `do logout`
- the user can `post a text`
- the user can `post a photo`
- the user can `post a video`
- the user can `see your profile`
- the user can `see your posts`
- the user can `search another users`
- the user can `see another users' profile`
- the user can `add an user as friend`
- the user can `see his friends' timeline`