This repository is being maintained as part of the standalone project
This project is created with integration of Django Rest framework and React.
- Django
- Django Rest Framework
- Sqlite3 db
- PostgreSQL integration for Heroku
In the project directory, you can run:
Runs the Django server as well as React view in the front end.
- Register user
- Login as Authenticated user
- Create/Update/Delete article as Authenticated user
- Basic Authentication class
- AllowAny Permission class
This project was bootstrapped with Create React App.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
See the section about deployment for more information.
Note: this is a one-way operation. Once you eject
, you can’t go back!
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
Warning! Changing in the front end JavaScript code will not change UI in the integrated app
- Navigate to the
urls.py
in TestBlog directory - Remove
re_path(...)
linked to theindex.html
- Navigate to the
settings.py
in the TestBlog directory - Remove value of
DIRS: [...]
fromTEMPLATES=[...]
section - Navigate to the terminal and run
python manage.py runserver
orpython3 manage.py runserver
- Open a different terminal and run Available npm Scripts
Visit their channel in 'https://www.youtube.com/channel/UCRM1gWNTDx0SHIqUJygD-kQ'