Skip to content

PavitKaur05/profiles-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profiles-REST-API

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.

Run project

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 😃

Run tests

python manage.py test

About

Our profiles REST API project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published