An open API service indexing awesome lists of open source software.

https://github.com/expresshermes/blog-api

Blog API built with Django Rest Framework
https://github.com/expresshermes/blog-api

Last synced: 2 months ago
JSON representation

Blog API built with Django Rest Framework

Awesome Lists containing this project

README

        

# Blog App
[![Gitter](https://badges.gitter.im/ExpressHermesOSC/Blog-App.svg)](https://gitter.im/ExpressHermesOSC/Blog-App?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)

A blog app built with django api for backend and reactjs for frontend.

## Requirements
### For backend
- Python
- Django

### For backend
- Yarn
- React

## Frontend
Open frontend folder for reactjs and project frontend.

## Backend API
Open backend folder README for installation and instructions for Django API.

## 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/ExpressHermes/Blog-API.git
```
- Whenever you want to pull changes from main repo, run:
```
git pull upstream main
```
- Create your feature branch
```
git checkout -b
```
- Commit your changes
```
git commit -am "Meaningful commit message"
```
- Push to the branch
```
git push origin
```

- 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.