To learn basic functionalities of Rest API
- User can register and log in.
- Authentication implemented using Token Authentication.
- Logged in users can check profile feeds and post on the feed.
cd src/profiles_project
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
Update 2021: Recently, I learned about the importance of writing tests through my GSoC project in ruby, so that makes me enthusiastic to try that for my first API project I created in python 😃
python manage.py test