Skip to content

shriyasankhyan/todolist-backend

Repository files navigation

todolist-backend

Prerequisites:

  • Python 3.6 or higher
  • Django 3.x
  • Django Rest Framework 3.x

Installation

Clone the repository:

git clone https://github.com/[username]/django-rest-framework-project.git

Create a virtual environment:
python -m venv env
Activate the virtual environment:
source env/bin/activate
Install the required packages:
pip install -r requirements.txt
Apply the migrations:
python manage.py migrate
Run the development server:
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages