A Fullstack CRUD Blog App with Django User Authentication (Token Authentication), Technologies Used: React, Redux, Django, REST Framework, Knox, HTML, CSS, Bootstrap and Fontawesome
after downloading/cloning the repository code follow below steps (keep the whole code in some directory/folder first):
- Move in backend folder through terminal and run following commands
pipenv install
pipenv shell
python manage.py runserver
- Move in frontend folder through terminal and run follwing commands
npm i
npm start