A platform for writing blogs, articles etc. Live
- React
- Tailwind CSS
- Django 4.1.2
- Django REST Framework
- Clone the project
git clone https://github.com/nz-m/react-django-blog-app.git
- Go to the project directory (backend)
cd backend
- Create a virtual environment and activate it (Windows)
python -m venv env
env\Scripts\activate
- Install dependencies
pip install -r requirements.txt
- Migrate
python manage.py migrate
- Create admin/superuser
python manage.py createsuperuser
- Finally run the project
python manage.py runserver
Now the project should be running on http://127.0.0.1:8000/
.env file content for backend url
REACT_APP_BASE_URL = http://127.0.0.1:8000
run
cd frontend
npm install
npm start
Developer : Neaz Mahmud
Designer : Rownok
MIT license @ Neaz Mahmud