Skip to content

sonal-spd/Blog-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog API with Django Rest Framework Logo

=========

Blog-API

A django project with django rest framework

Requirements

Python

Django

Contribution

  • Fork and clone the repo.

  • To avoid merge conflicts, make sure to set upstream in your git.

    git remote add upstream  https://github.com/sonal-spd/Blog-API.git
    
  • Whenever you want to pull changes from main repo, run:

    git pull upstream main
    
  • Create your feature branch

    git checkout -b <feature-name>
    
  • Commit your changes

    git commit -am "Meaningful commit message"
    
  • Push to the branch

    git push origin <feature-name>
    
  • If you see any bug or you have a feature suggestion, create an issue.

  • Start working on an issue only after it has been approved by the maintainer.

  • Wait till the end of the day to get the reply on an issue or review of a PR.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages