Skip to content

ntbatmaz/TO-DO-List-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

#Introduction

This is a simple Todo application built off Django and React. Visual Studio Code used for this task.

Requirements

  • Python3
  • Pipenv

#Install [cd django-todo-react] [pipenv install] [pipenv shell] [pipenv install djangorestframework] [pipenv install django-cors-headers] [cd frontend] [npm install] [cd ..]

#Run You will need two terminals pointed to the frontend and backend directories

Run this command to start the backend server in the [backend] directory: [python manage.py runserver] (You have to run this command while you are sourced into the virtual environment) Run this command to start the frontend development server in the [frontend] directory: [npm start] (This will start the frontend on the adddress localhost:3000)

#Missing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published