i want to build some tweeter like app with django at backend
it is my todo list:
-
Tweets -User permissions - Creating - text - image - Delete - Retweeting - Liking
-
Users
- register
- login
- logout
- profile
- Image
- text
- feed
- User's feed only
- User + who they follow
-
Following and Followers
-
Notifications
-
direct messages
You need python==3.9 to get started. This is commands that you enter into the command line (linux or macOS):
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install pipenv
$ pipenv sync
$ python manage.py runserver