Skip to content

thesarwars/ToDo_App_Django_React.JS

Repository files navigation

First started with Django backend.

  1. created virtual env named tenv and activate it using command "source tenv/bin/activate"
  2. Installed django and it's necessary packages. Packages are in 'requirements.txt'. Comannd line is: 'pip install -r requirements.txt'

Migrate the model

  1. configured settings, url.
  2. created model and migrate model.

Run the server: "python manage.py runserver"

API for frontend

  1. Made API for create, edit, and delete using rest_framework.

Then created FrontEnd using ReactJS.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published