Skip to content

A test for try to integer two frameworks in the same app. Frameworks used Django and React.

Notifications You must be signed in to change notification settings

russi115/React_Django_todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

React_Django_todolist

Table of Contents

About

This App is splited in two parts; The backend made with Django and DRF tool and The Frontend made with React. Both are framework very popular to start learning programming,

Usage

To start de app go to the folder backend and run the api serve.

cd backend
python django-admin runserver

after go to the frontend and start the client server.

cd .. 
cd frontend
npm start

The backend is running in the localhost:8000 and the frontend is running at localhost:3000

About

A test for try to integer two frameworks in the same app. Frameworks used Django and React.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published