Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Blog app with JWT Authentication

License

NotificationsYou must be signed in to change notification settings

nz-m/react-django-blog-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A platform for writing blogs, articles etc.Live

Technologies

  1. React
  2. Tailwind CSS
  3. Django 4.1.2
  4. Django REST Framework

UI Screenshots

Screenshot (74)Screenshot (76)

Setting up the backend server

  1. Clone the project
git clone https://github.com/nz-m/react-django-blog-app.git
  1. Go to the project directory (backend)
cd backend
  1. Create a virtual environment and activate it (Windows)
python -m venv env
env\Scripts\activate
  1. Install dependencies
pip install -r requirements.txt
  1. Migrate
python manage.py migrate
  1. Create admin/superuser
python manage.py createsuperuser
  1. Finally run the project
python manage.py runserver

Now the project should be running onhttp://127.0.0.1:8000/

Setting up the react app

.env file content for backend url

REACT_APP_BASE_URL = http://127.0.0.1:8000

run

cd frontendnpm installnpm start

Credits

Developer :Neaz Mahmud

Designer :Rownok

License

MIT license @Neaz Mahmud


[8]ページ先頭

©2009-2025 Movatter.jp