Skip to content

wangf1/fullstack_practice_django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Django and React fullstack practice by following this tutorial.

Project Description

Django backend and React frontend.

Table of Contents

Installation

  1. Clone the repository:

    git clone https://github.com/wangf1/fullstack_practice_django.git
    cd fullstack_practice_django/backend
  2. Create a virtual environment:

    python -m venv venv

    Alternatively, you can use Conda to create a virtual environment. For more details, refer to the official Conda documentation.

  3. Activate the virtual environment:

    • On Windows:

      venv\Scripts\activate
    • On Unix or macOS:

      source venv/bin/activate
  4. Install the dependencies:

    pip install -r requirements.txt

Usage

Explain how to use your project. For example:

  1. Run the development server:

    python manage.py runserver
  2. Access the application:

    Open your web browser and go to http://127.0.0.1:8000.

Running Tests

python manage.py test

About

Practice Django and React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages