This is a blog application I created using React for the front-end and Django-Rest-Framework for the backend. I styled the website using this template from Bootswatch. I used the default database (SQLite) that comes with Django but feel free to use your preferred database.
To run the back-end, run this command in a unix terminal
python manage.py runserver
To run the front-end, run this command in a unix terminal (note this is only for development)
npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.