A blog app built with django api for backend and reactjs for frontend.
- Python
- Django
- Yarn
- React
Open frontend folder for reactjs and project frontend.
Open backend folder README for installation and instructions for Django API.
-
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 <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.