- Notifications
You must be signed in to change notification settings - Fork4
Blog app with JWT Authentication
License
NotificationsYou must be signed in to change notification settings
nz-m/react-django-blog-app
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
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 onhttp://127.0.0.1:8000/
.env file content for backend url
REACT_APP_BASE_URL = http://127.0.0.1:8000run
cd frontendnpm installnpm startDeveloper :Neaz Mahmud
Designer :Rownok
MIT license @Neaz Mahmud
About
Blog app with JWT Authentication
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.

