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
- Host: GitHub
- URL: https://github.com/expresshermes/blog-api
- Owner: ExpressHermes
- Created: 2020-11-09T08:56:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T12:33:20.000Z (about 3 years ago)
- Last Synced: 2025-03-18T18:41:51.609Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.89 MB
- Stars: 21
- Watchers: 2
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog App
[](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.