A full-stack blog application with:
- Backend: Django (
blog_backend) - Frontend: React (
blog_app)
- Navigate to the backend directory:
cd blog_backend
2.Install dependencies: pip install -r requirements.txt 3.Run the Django server: python manage.py runserver
1.Navigate to the frontend directory: cd blog_app 2.Install dependencies: npm install 3.Run the React development server: npm start