Skip to content

ofsonmez/React-Django-Rest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ReactJs with Django Rest API

A tutorial how to work react and Django Rest Api

Running the Django project

Make sure you have python3 installed in your machine.

First, let's create the python virtual environment to isolate our projects:

python3 -m venv venv

Then, activate it:

source venv/bin/activate

Now install pipfile:

pipenv install

When want to start the app cd the django directory and:

./manage.py runserver

Running the React project

First, cd the students-react directory and run:

npm install

Then, you just need to run the app via:

npm start

About

React ile Django Rest Framework Denemesi

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages