Skip to content

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.

Notifications You must be signed in to change notification settings

sondr0p/Personal-Blog

Repository files navigation

Personal Blog

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.

Screenshots

alt text alt text alt text

Usage

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published