Skip to content

manishverma10/react-django-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Hey There:

This is small app in which we can add/update/delete task. This app is developed using React, django and sqlite3 database.

Dependency:

Frontend: although there is build file so you can use it directly by just serve -s build if anyone wants to update or enhance its UI then he/she needs following dependency to install

  1. node js latest version: v14.5.0
  2. npm : 6.14.6

Backend:

  1. django v2.2.15
  2. python3
  3. run pip install -r requirements.txt
  4. create virtual environment using pipenv then activate it by using pipenv shell
  5. run the django project by using python manage.py runserver

Asolute path is given to axios so it is must to run django in 8000 port from localhost.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published